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

Modified Files:
        defaults.cxx 
Log Message:
Added Defaults.cxx

Index: defaults.cxx
===================================================================
RCS file: /cvsroot/tuxpaint/tuxpaint-config/src/defaults.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- defaults.cxx        10 Apr 2004 12:56:32 -0000      1.1
+++ defaults.cxx        10 Apr 2004 12:58:51 -0000      1.2
@@ -1,7 +1,7 @@
 #include "defaults.h"
 
 
-void DEF_videoandsound
+void DEF_videoandsound ()
 {
     // Video Defaults
        
@@ -14,7 +14,7 @@
     CHECKBUTTON_soundeffects               -> value (1);
 }
 
-void DEF_mouseandkeyboard
+void DEF_mouseandkeyboard ()
 {
     // Mouse Defaults
     
@@ -27,7 +27,7 @@
     CHECKBUTTON_enablekbd                  -> value (1);
 }
 
-void DEF_simplification
+void DEF_simplification ()
 {
     // Interface Simplification Defaults
 
@@ -42,14 +42,14 @@
     CHECKBUTTON_disablestampcontrol        -> value (0);
 }
 
-void DEF_locale
+void DEF_locale ()
 {
     // Locale Defaults
        
     CHECKBUTTON_mirrorstamps               -> value (0);
 }
 
-void DEF_printing
+void DEF_printing ()
 {
     // Printing Perm. Defaults
 
@@ -61,7 +61,7 @@
     CHECKBUTTON_usealtprintcmd             -> value (0);
 }
 
-void DEF_saving
+void DEF_saving ()
 {
     // Saving Over Defaults
 

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

Reply via email to