From adfe8a10d865930b4bff5faf2454b8b65ce59b82 Mon Sep 17 00:00:00 2001 From: Alex Valavanis Date: Mon, 6 Feb 2012 11:13:43 +0000 Subject: Extensions: replace deprecated gtkmm symbols (bzr r10943) --- src/extension/param/int.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/extension/param/int.cpp') 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); -- cgit v1.2.3