From fc86f9fa73865bf1c1160c6aeb0ff63cd4d91cb3 Mon Sep 17 00:00:00 2001 From: su_v Date: Sun, 2 Sep 2012 07:21:21 +0200 Subject: Export dialog: change markup formatting of labels to be consistent with other dialogs (bzr r11642) --- src/ui/dialog/export.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/ui/dialog/export.cpp') diff --git a/src/ui/dialog/export.cpp b/src/ui/dialog/export.cpp index 1f10a850a..62dd93126 100644 --- a/src/ui/dialog/export.cpp +++ b/src/ui/dialog/export.cpp @@ -163,7 +163,7 @@ Export::Export (void) : /* Export area frame */ { - Gtk::Label* lbl = new Gtk::Label(_("Export area"), Gtk::ALIGN_START); + Gtk::Label* lbl = new Gtk::Label(_("Export area"), Gtk::ALIGN_START); lbl->set_use_markup(true); area_box.pack_start(*lbl); @@ -228,7 +228,7 @@ Export::Export (void) : /* Bitmap size frame */ { size_box.set_border_width(3); - bm_label = new Gtk::Label(_("Image size"), Gtk::ALIGN_START); + bm_label = new Gtk::Label(_("Image size"), Gtk::ALIGN_START); bm_label->set_use_markup(true); size_box.pack_start(*bm_label, false, false, 0); Gtk::Table *t = new Gtk::Table(2, 5, false); @@ -265,7 +265,7 @@ Export::Export (void) : /* File entry */ { file_box.set_border_width(3); - flabel = new Gtk::Label(_("_Filename"), Gtk::ALIGN_START, Gtk::ALIGN_CENTER, true); + 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