From 076e049da3009eb043aaf52f62cb77dda3d48254 Mon Sep 17 00:00:00 2001 From: Alex Valavanis Date: Mon, 6 Feb 2012 10:47:11 +0000 Subject: export: replace deprecated Gtk::ALIGN_LEFT symbol (bzr r10942) --- src/dialogs/export.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/dialogs/export.cpp') diff --git a/src/dialogs/export.cpp b/src/dialogs/export.cpp index 43824dec5..499c720a9 100644 --- a/src/dialogs/export.cpp +++ b/src/dialogs/export.cpp @@ -272,7 +272,7 @@ sp_export_dialog_area_box (GtkWidget * dlg) { Gtk::VBox* vb = new Gtk::VBox(false, 3); - Gtk::Label* lbl = new Gtk::Label(_("Export area"), Gtk::ALIGN_LEFT); + Gtk::Label* lbl = new Gtk::Label(_("Export area"), Gtk::ALIGN_START); lbl->set_use_markup(true); vb->pack_start(*lbl); @@ -470,7 +470,7 @@ sp_export_dialog (void) Gtk::VBox *size_box = new Gtk::VBox(false, 3); size_box->set_border_width(3); - Gtk::Label* lbl = new Gtk::Label(_("Bitmap size"), Gtk::ALIGN_LEFT); + Gtk::Label* lbl = new Gtk::Label(_("Bitmap size"), Gtk::ALIGN_START); lbl->set_use_markup(true); size_box->pack_start(*lbl, false, false, 0); const int rows = 2; @@ -519,7 +519,7 @@ sp_export_dialog (void) file_box->set_border_width(3); // true = has mnemonic - Gtk::Label *flabel = new Gtk::Label(_("_Filename"), Gtk::ALIGN_LEFT, Gtk::ALIGN_CENTER, true); + Gtk::Label *flabel = new Gtk::Label(_("_Filename"), Gtk::ALIGN_START, Gtk::ALIGN_CENTER, true); flabel->set_use_markup(true); file_box->pack_start(*flabel, false, false, 0); -- cgit v1.2.3