Updated blenderbuttons (non-sticky now shows icon in the uv editor).

Also have datatoc.c add a new line at the end of the file, seems this
was added directly to blenderbuttons.c to fix a warning before.
This commit is contained in:
Brecht Van Lommel 2006-02-05 14:21:09 +00:00
parent e66b5e5cd5
commit 469557f625
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 57 KiB

@ -97,7 +97,7 @@ int main(int argc, char**argv) {
fprintf (fpout, "%3d,", getc(fpin));
}
fprintf (fpout, "\n};\n");
fprintf (fpout, "\n};\n\n");
fclose(fpin);
fclose(fpout);