summaryrefslogtreecommitdiffstats
path: root/src/extension/param/radiobutton.cpp
diff options
context:
space:
mode:
authorkamalpreetgrewal <grewalkamal005@gmail.com>2016-06-06 16:23:12 +0000
committerkamalpreetgrewal <grewalkamal005@gmail.com>2016-06-06 16:23:12 +0000
commit782b586b9fd93b05e3dbc960ccd006014d32c5ac (patch)
treeac7a0304cd3224731235fd2b688f12d04f1501e6 /src/extension/param/radiobutton.cpp
parentRegister style dialog with support to add selector (diff)
parent[Bug #1588983] Finish up German tutorials for 0.92. (diff)
downloadinkscape-782b586b9fd93b05e3dbc960ccd006014d32c5ac.tar.gz
inkscape-782b586b9fd93b05e3dbc960ccd006014d32c5ac.zip
Merging changes from trunk
(bzr r14949.1.2)
Diffstat (limited to 'src/extension/param/radiobutton.cpp')
-rw-r--r--src/extension/param/radiobutton.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/param/radiobutton.cpp b/src/extension/param/radiobutton.cpp
index 8181c6f51..1d1b860c6 100644
--- a/src/extension/param/radiobutton.cpp
+++ b/src/extension/param/radiobutton.cpp
@@ -313,7 +313,7 @@ Gtk::Widget * ParamRadioButton::get_widget(SPDocument * doc, Inkscape::XML::Node
Gtk::VBox * vbox = Gtk::manage(new Gtk::VBox(false, 0));
#endif
- Gtk::Label * label = Gtk::manage(new Gtk::Label(_(_text), Gtk::ALIGN_START, Gtk::ALIGN_START));
+ Gtk::Label * label = Gtk::manage(new Gtk::Label(_text, Gtk::ALIGN_START, Gtk::ALIGN_START));
label->show();
hbox->pack_start(*label, false, false, _indent);