Update of /cvsroot/tuxpaint/tuxpaint-config/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18138/src

Modified Files:
        defaults.cxx tuxpaint-config2.cxx tuxpaint-config2.fl 
        tuxpaint-config2.h 
Added Files:
        defaults.h 
Log Message:
Added defaults.cxx/h

Index: tuxpaint-config2.h
===================================================================
RCS file: /cvsroot/tuxpaint/tuxpaint-config/src/tuxpaint-config2.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- tuxpaint-config2.h  10 Apr 2004 12:56:32 -0000      1.8
+++ tuxpaint-config2.h  10 Apr 2004 14:42:34 -0000      1.9
@@ -3,6 +3,7 @@
 #ifndef tuxpaint_config2_h
 #define tuxpaint_config2_h
 #include <FL/Fl.H>
+#include "defaults.h"
 #include <FL/Fl_Double_Window.H>
 extern Fl_Double_Window *WINDOW_tpc;
 #include <FL/Fl_Tabs.H>
@@ -56,9 +57,9 @@
 extern Fl_Check_Button *CHECKBUTTON_usealtprintcmd;
 extern Fl_Group *TABE_saving;
 extern Fl_Group *GROUP_saveover;
-extern Fl_Round_Button *ROUNBUTTON_askbeforeoverwrite;
-extern Fl_Round_Button *ROUNDBUTTON_alwaysoverwriteolderversions;
-extern Fl_Round_Button *ROUNBUTTON_alwayssavenewpicture;
+extern Fl_Round_Button *ROUNDBUTTON_askbeforeoverwriting;
+extern Fl_Round_Button *ROUNDBUTTON_alwaysoverwriteolderversion;
+extern Fl_Round_Button *ROUNDBUTTON_alwayssavenewpicture;
 extern Fl_Group *GROUP_savedir;
 #include <FL/Fl_File_Input.H>
 extern Fl_File_Input *FILEINPUT_alternatesavedir;

Index: defaults.cxx
===================================================================
RCS file: /cvsroot/tuxpaint/tuxpaint-config/src/defaults.cxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- defaults.cxx        10 Apr 2004 12:58:51 -0000      1.2
+++ defaults.cxx        10 Apr 2004 14:42:34 -0000      1.3
@@ -39,7 +39,7 @@
     
     CHECKBUTTON_disablequitbutton          -> value (0);
     CHECKBUTTON_disablestampstool          -> value (0);
-    CHECKBUTTON_disablestampcontrol        -> value (0);
+    CHECKBUTTON_disablestampcontrols       -> value (0);
 }
 
 void DEF_locale ()

Index: tuxpaint-config2.fl
===================================================================
RCS file: /cvsroot/tuxpaint/tuxpaint-config/src/tuxpaint-config2.fl,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- tuxpaint-config2.fl 10 Apr 2004 12:56:32 -0000      1.11
+++ tuxpaint-config2.fl 10 Apr 2004 14:42:34 -0000      1.12
@@ -5,6 +5,9 @@
 i18n_function gettext 
 header_name {.h} 
 code_name {.cxx}
+decl {\#include "defaults.h"} {public
+} 
+
 Function {Show_TPC_Window()} {open
 } {
   Fl_Window WINDOW_tpc {
@@ -202,15 +205,15 @@
           label {Save Over Earlier Work :}
           xywh {12 70 323 290} box PLASTIC_UP_BOX labeltype EMBOSSED_LABEL align 21
         } {
-          Fl_Round_Button ROUNBUTTON_askbeforeoverwrite {
+          Fl_Round_Button ROUNDBUTTON_askbeforeoverwriting {
             label {&Ask Before Overwriting}
             tooltip {When re-saving a picture, ask whether to save over the old 
version} xywh {30 97 200 28} type Radio down_box ROUND_DOWN_BOX shortcut 0x80061 value 
1
           }
-          Fl_Round_Button ROUNDBUTTON_alwaysoverwriteolderversions {
+          Fl_Round_Button ROUNDBUTTON_alwaysoverwriteolderversion {
             label {Always &Overwrite Older Version}
             tooltip {When re-saving a picture, always overwrite the old version} xywh 
{30 167 265 28} type Radio down_box ROUND_DOWN_BOX shortcut 0x8006f
           }
-          Fl_Round_Button ROUNBUTTON_alwayssavenewpicture {
+          Fl_Round_Button ROUNDBUTTON_alwayssavenewpicture {
             label {Always Save &New Picture}
             tooltip {When re-saving a picture, always make a new file} xywh {30 235 
210 20} type Radio down_box ROUND_DOWN_BOX shortcut 0x8006e
           }

--- NEW FILE: defaults.h ---
#ifndef _DEFAULTS_H
#define _DEFAULTS_H


#include "tuxpaint-config2.h"


extern void DEF_videoandsound           ();
extern void DEF_mouseandkeyboard        ();
extern void DEF_simplification          ();
extern void DEF_locale                  ();
extern void DEF_printing                ();
extern void DEF_saving                  ();


#endif


Index: tuxpaint-config2.cxx
===================================================================
RCS file: /cvsroot/tuxpaint/tuxpaint-config/src/tuxpaint-config2.cxx,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- tuxpaint-config2.cxx        10 Apr 2004 12:56:32 -0000      1.11
+++ tuxpaint-config2.cxx        10 Apr 2004 14:42:34 -0000      1.12
@@ -100,11 +100,11 @@
 
 Fl_Group *GROUP_saveover=(Fl_Group *)0;
 
-Fl_Round_Button *ROUNBUTTON_askbeforeoverwrite=(Fl_Round_Button *)0;
+Fl_Round_Button *ROUNDBUTTON_askbeforeoverwriting=(Fl_Round_Button *)0;
 
-Fl_Round_Button *ROUNDBUTTON_alwaysoverwriteolderversions=(Fl_Round_Button *)0;
+Fl_Round_Button *ROUNDBUTTON_alwaysoverwriteolderversion=(Fl_Round_Button *)0;
 
-Fl_Round_Button *ROUNBUTTON_alwayssavenewpicture=(Fl_Round_Button *)0;
+Fl_Round_Button *ROUNDBUTTON_alwayssavenewpicture=(Fl_Round_Button *)0;
 
 Fl_Group *GROUP_savedir=(Fl_Group *)0;
 
@@ -369,20 +369,20 @@
           o->box(FL_PLASTIC_UP_BOX);
           o->labeltype(FL_EMBOSSED_LABEL);
           o->align(FL_ALIGN_TOP_LEFT|FL_ALIGN_INSIDE);
-          { Fl_Round_Button* o = ROUNBUTTON_askbeforeoverwrite = new 
Fl_Round_Button(30, 97, 200, 28, gettext("&Ask Before Overwriting"));
+          { Fl_Round_Button* o = ROUNDBUTTON_askbeforeoverwriting = new 
Fl_Round_Button(30, 97, 200, 28, gettext("&Ask Before Overwriting"));
             o->tooltip(gettext("When re-saving a picture, ask whether to save over 
the old version"));
             o->type(102);
             o->down_box(FL_ROUND_DOWN_BOX);
             o->value(1);
             o->shortcut(0x80061);
           }
-          { Fl_Round_Button* o = ROUNDBUTTON_alwaysoverwriteolderversions = new 
Fl_Round_Button(30, 167, 265, 28, gettext("Always &Overwrite Older Version"));
+          { Fl_Round_Button* o = ROUNDBUTTON_alwaysoverwriteolderversion = new 
Fl_Round_Button(30, 167, 265, 28, gettext("Always &Overwrite Older Version"));
             o->tooltip(gettext("When re-saving a picture, always overwrite the old 
version"));
             o->type(102);
             o->down_box(FL_ROUND_DOWN_BOX);
             o->shortcut(0x8006f);
           }
-          { Fl_Round_Button* o = ROUNBUTTON_alwayssavenewpicture = new 
Fl_Round_Button(30, 235, 210, 20, gettext("Always Save &New Picture"));
+          { Fl_Round_Button* o = ROUNDBUTTON_alwayssavenewpicture = new 
Fl_Round_Button(30, 235, 210, 20, gettext("Always Save &New Picture"));
             o->tooltip(gettext("When re-saving a picture, always make a new file"));
             o->type(102);
             o->down_box(FL_ROUND_DOWN_BOX);

_______________________________________________
Tuxpaint-commits mailing list
[EMAIL PROTECTED]
http://tux4kids.net/mailman/listinfo/tuxpaint-commits

Reply via email to