diff options
| author | Jabiertxo Arraiza Cenoz <jtx@jtx.markerlab.es> | 2018-07-24 18:01:31 +0000 |
|---|---|---|
| committer | Jabiertxo Arraiza Cenoz <jtx@jtx.markerlab.es> | 2018-07-24 18:01:31 +0000 |
| commit | 47c013e4cbec8817025b3d362057e0d6e4616ead (patch) | |
| tree | 8ddb6eb66d17c4c182a2cca5a86fe504e587f132 /src/ui/widget/preferences-widget.cpp | |
| parent | Add themes inkscape folder abailable by the app (diff) | |
| download | inkscape-47c013e4cbec8817025b3d362057e0d6e4616ead.tar.gz inkscape-47c013e4cbec8817025b3d362057e0d6e4616ead.zip | |
Remove pointer
Diffstat (limited to 'src/ui/widget/preferences-widget.cpp')
| -rw-r--r-- | src/ui/widget/preferences-widget.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ui/widget/preferences-widget.cpp b/src/ui/widget/preferences-widget.cpp index 7e9335a8a..108d621c7 100644 --- a/src/ui/widget/preferences-widget.cpp +++ b/src/ui/widget/preferences-widget.cpp @@ -176,6 +176,11 @@ void PrefCheckButton::on_toggled() } } +void PrefButton::init(Glib::ustring const &label) +{ + this->set_label(label); +} + void PrefRadioButton::init(Glib::ustring const &label, Glib::ustring const &prefs_path, Glib::ustring const &string_value, bool default_value, PrefRadioButton* group_member) { |
