summaryrefslogtreecommitdiffstats
path: root/src/extension/param/string.cpp
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2012-02-06 11:13:43 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2012-02-06 11:13:43 +0000
commitadfe8a10d865930b4bff5faf2454b8b65ce59b82 (patch)
tree078cf2b1a2f842b9751c0cd7a5b78e527a4d2418 /src/extension/param/string.cpp
parentexport: replace deprecated Gtk::ALIGN_LEFT symbol (diff)
downloadinkscape-adfe8a10d865930b4bff5faf2454b8b65ce59b82.tar.gz
inkscape-adfe8a10d865930b4bff5faf2454b8b65ce59b82.zip
Extensions: replace deprecated gtkmm symbols
(bzr r10943)
Diffstat (limited to 'src/extension/param/string.cpp')
-rw-r--r--src/extension/param/string.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/param/string.cpp b/src/extension/param/string.cpp
index 6b205d627..23f53cdbe 100644
--- a/src/extension/param/string.cpp
+++ b/src/extension/param/string.cpp
@@ -155,7 +155,7 @@ Gtk::Widget * ParamString::get_widget(SPDocument * doc, Inkscape::XML::Node * no
Gtk::HBox * hbox = Gtk::manage(new Gtk::HBox(false, 4));
- Gtk::Label * label = Gtk::manage(new Gtk::Label(_(_text), Gtk::ALIGN_LEFT));
+ Gtk::Label * label = Gtk::manage(new Gtk::Label(_(_text), Gtk::ALIGN_START));
label->show();
hbox->pack_start(*label, false, false, _indent);