From 469557f62552fad76b291ed9ba4924e677a4ef7b Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Sun, 5 Feb 2006 14:21:09 +0000 Subject: 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. --- release/datafiles/blenderbuttons | Bin 60777 -> 58364 bytes release/datafiles/datatoc.c | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'release') diff --git a/release/datafiles/blenderbuttons b/release/datafiles/blenderbuttons index 4946acd4b78..04f18bfdfd1 100644 Binary files a/release/datafiles/blenderbuttons and b/release/datafiles/blenderbuttons differ diff --git a/release/datafiles/datatoc.c b/release/datafiles/datatoc.c index 6bfaf7f8b27..ca101322c9a 100644 --- a/release/datafiles/datatoc.c +++ b/release/datafiles/datatoc.c @@ -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); -- cgit v1.2.3