diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-07-24 16:51:32 +0000 |
|---|---|---|
| committer | jabiertxof <info@marker.es> | 2016-07-24 16:51:32 +0000 |
| commit | 21bb5ac09822da9d71731b7ff7eff9f03247a855 (patch) | |
| tree | b916ac10a1b07708dc7d81fd9dab68311d6f097f /src/live_effects/parameter/togglebutton.h | |
| parent | Add Text tag and update widgets code (diff) | |
| parent | Fixed a bug on roughen LPE on open paths (diff) | |
| download | inkscape-21bb5ac09822da9d71731b7ff7eff9f03247a855.tar.gz inkscape-21bb5ac09822da9d71731b7ff7eff9f03247a855.zip | |
update to trunk
(bzr r15017.1.3)
Diffstat (limited to 'src/live_effects/parameter/togglebutton.h')
| -rw-r--r-- | src/live_effects/parameter/togglebutton.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/live_effects/parameter/togglebutton.h b/src/live_effects/parameter/togglebutton.h index 4e545bcfd..8390fec86 100644 --- a/src/live_effects/parameter/togglebutton.h +++ b/src/live_effects/parameter/togglebutton.h @@ -59,10 +59,10 @@ private: void refresh_button(); bool value; bool defvalue; - const Glib::ustring inactiveLabel; - const char * iconActive; - const char * iconInactive; - Inkscape::IconSize iconSize; + const Glib::ustring inactive_label; + const char * _icon_active; + const char * _icon_inactive; + Inkscape::IconSize _icon_size; Inkscape::UI::Widget::RegisteredToggleButton * checkwdg; sigc::signal<void> _signal_toggled; |
