Code

whitespace
authorcilix42 <cilix42@users.sourceforge.net>
Wed, 30 Jul 2008 12:05:49 +0000 (12:05 +0000)
committercilix42 <cilix42@users.sourceforge.net>
Wed, 30 Jul 2008 12:05:49 +0000 (12:05 +0000)
src/ui/widget/text.h

index 038e6e5dd57a99427de369dab1e72e7d41c5c87d..d1ef35be5f1017c088f08cace9c9725efa0c2805 100644 (file)
@@ -40,7 +40,7 @@ public:
 
     Glib::SignalProxy0<void> signal_activate();
 
-    bool setProgrammatically; // true if the value was set by setValue, not changed by the user; 
+    bool setProgrammatically; // true if the value was set by setValue, not changed by the user;
                               // if a callback checks it, it must reset it back to false
 };