Author: matt
Date: 2011-10-01 09:52:00 -0700 (Sat, 01 Oct 2011)
New Revision: 9114
Log:
Using different preferences file than Fluid1

Modified:
   branches/branch-3.0/fluid/fluid.cxx

Modified: branches/branch-3.0/fluid/fluid.cxx
===================================================================
--- branches/branch-3.0/fluid/fluid.cxx 2011-10-01 16:26:06 UTC (rev 9113)
+++ branches/branch-3.0/fluid/fluid.cxx 2011-10-01 16:52:00 UTC (rev 9114)
@@ -94,7 +94,7 @@
 
 static fltk3::HelpDialog *help_dialog = 0;
 
-fltk3::Preferences fluid_prefs(fltk3::Preferences::USER, "fltk.org", "fluid");
+fltk3::Preferences fluid_prefs(fltk3::Preferences::USER, "fltk.org", "fluid3");
 int gridx = 5;
 int gridy = 5;
 int snap = 1;
@@ -1335,7 +1335,7 @@
 
   if (!main_window) {
     fltk3::Widget *o;
-    main_window = new fltk3::DoubleWindow(WINWIDTH,WINHEIGHT,"fluid");
+    main_window = new fltk3::DoubleWindow(WINWIDTH,WINHEIGHT,"fluid3");
     main_window->box(fltk3::NO_BOX);
     o = make_widget_browser(0,MENUHEIGHT,BROWSERWIDTH,BROWSERHEIGHT);
     o->box(fltk3::FLAT_BOX);

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to