summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ui/widget/text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widget/text.h b/src/ui/widget/text.h
index 038e6e5dd..d1ef35be5 100644
--- a/src/ui/widget/text.h
+++ b/src/ui/widget/text.h
@@ -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
};