Author: matt
Date: 2011-08-02 14:53:45 -0700 (Tue, 02 Aug 2011)
New Revision: 8910
Log:
FLuid3: better search pattern.

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

Modified: branches/branch-3.0/fluid/fluid.cxx
===================================================================
--- branches/branch-3.0/fluid/fluid.cxx 2011-08-02 21:31:48 UTC (rev 8909)
+++ branches/branch-3.0/fluid/fluid.cxx 2011-08-02 21:53:45 UTC (rev 8910)
@@ -207,7 +207,7 @@
     if (is_workspace())      
       c=fltk3::file_chooser("Save Workspace To:", "FLUID Workspace (*.flw)", 
c);
     else
-      c=fltk3::file_chooser("Save UI Design To:", "FLUID Design (*.f[ld])", c);
+      c=fltk3::file_chooser("Save UI Design To:", "FLUID Design (*.fl)", c);
     fltk3::file_chooser_ok_label(NULL);
     if (!c) return;
 
@@ -479,7 +479,7 @@
   const char *c;
   const char *oldfilename;
   fltk3::file_chooser_ok_label("Open");
-  c = fltk3::file_chooser("Open:", "FLUID Designs (*.f[ld])\tFLUID Workspaces 
(*.flw)", filename);
+  c = fltk3::file_chooser("Open:", "FLUID File (*.{fl,flw})", filename);
   fltk3::file_chooser_ok_label(NULL);
   if (!c) return;
   oldfilename = filename;
@@ -952,7 +952,6 @@
     if (!filename)
       return;
   }
-  // TODO: we need workspace settings that declare which of these systems will 
be written
   // TODO: we need to collect error messages and output them
   if ((wks_env&FL_ENV_MAKE) && write_fltk_makefiles()) {
     int v = fltk3::choice("Error writing Makefile build system", "Cancel", 
"Continue", 0);

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

Reply via email to