diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2012-02-06 11:13:43 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2012-02-06 11:13:43 +0000 |
| commit | adfe8a10d865930b4bff5faf2454b8b65ce59b82 (patch) | |
| tree | 078cf2b1a2f842b9751c0cd7a5b78e527a4d2418 /src/extension/param/int.cpp | |
| parent | export: replace deprecated Gtk::ALIGN_LEFT symbol (diff) | |
| download | inkscape-adfe8a10d865930b4bff5faf2454b8b65ce59b82.tar.gz inkscape-adfe8a10d865930b4bff5faf2454b8b65ce59b82.zip | |
Extensions: replace deprecated gtkmm symbols
(bzr r10943)
Diffstat (limited to 'src/extension/param/int.cpp')
| -rw-r--r-- | src/extension/param/int.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/param/int.cpp b/src/extension/param/int.cpp index c7fa3b412..1ef31f348 100644 --- a/src/extension/param/int.cpp +++ b/src/extension/param/int.cpp @@ -156,7 +156,7 @@ ParamInt::get_widget (SPDocument * doc, Inkscape::XML::Node * node, sigc::signal 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, true, true, _indent); |
