From 4245442f8a1946ac5cd381926b8cb2f928eb2ed8 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sat, 10 Jul 2010 14:01:22 +0000 Subject: Applied Greg's patch to fluid (STR #2393) to prevent false error messages when building .cxx and .h files from .fl files. Updated the ide/VisualC6 project files, tested and built w/o errors with Visual C++ 2008 Express (84 projects successful). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7674 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/ide_support.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fluid/ide_support.cxx') diff --git a/fluid/ide_support.cxx b/fluid/ide_support.cxx index ea3dd0d57..b88d32002 100644 --- a/fluid/ide_support.cxx +++ b/fluid/ide_support.cxx @@ -1361,7 +1361,7 @@ public: int arg(int argc, char **argv, int &i) { if (argc>=i+1 && strcmp(argv[i], "--fltkdb")==0) { if (argc>=i+2 && argv[i+1][0]!='-') { - fprintf(stderr, "Creating Databse %s\n", argv[i+1]); + fprintf(stderr, "Creating Database %s\n", argv[i+1]); exit_early = 1; create_new_database(argv[i+1]); i = i+2; -- cgit v1.2.3