diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2012-07-05 21:39:08 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2012-07-05 21:39:08 +0000 |
| commit | 9abd33133650d77714fccf09d0c9ff27c9b75a78 (patch) | |
| tree | e450b556c03d2335a40b85c5945f7ab5b0c8b5e2 /src/ui/dialog/export.cpp | |
| parent | Patch for bug #728081 (Keyboard shortcut - Lock current layer). (diff) | |
| download | inkscape-9abd33133650d77714fccf09d0c9ff27c9b75a78.tar.gz inkscape-9abd33133650d77714fccf09d0c9ff27c9b75a78.zip | |
Drop GTK+ 2.20 support.
Fixed bugs:
- https://launchpad.net/bugs/1020494
(bzr r11529)
Diffstat (limited to 'src/ui/dialog/export.cpp')
| -rw-r--r-- | src/ui/dialog/export.cpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/ui/dialog/export.cpp b/src/ui/dialog/export.cpp index 2862c5010..14854afe5 100644 --- a/src/ui/dialog/export.cpp +++ b/src/ui/dialog/export.cpp @@ -163,12 +163,7 @@ Export::Export (void) : /* Export area frame */ { - - #if WITH_GTKMM_2_22 Gtk::Label* lbl = new Gtk::Label(_("<big><b>Export area</b></big>"), Gtk::ALIGN_START); - #else - Gtk::Label* lbl = new Gtk::Label(_("<big><b>Export area</b></big>"), Gtk::ALIGN_LEFT); - #endif lbl->set_use_markup(true); area_box.pack_start(*lbl); @@ -233,12 +228,7 @@ Export::Export (void) : /* Bitmap size frame */ { size_box.set_border_width(3); - -#if WITH_GTKMM_2_22 bm_label = new Gtk::Label(_("<big><b>Bitmap size</b></big>"), Gtk::ALIGN_START); -#else - bm_label = new Gtk::Label(_("<big><b>Bitmap size</b></big>"), Gtk::ALIGN_LEFT); -#endif bm_label->set_use_markup(true); size_box.pack_start(*bm_label, false, false, 0); Gtk::Table *t = new Gtk::Table(2, 5, false); @@ -275,12 +265,7 @@ Export::Export (void) : /* File entry */ { file_box.set_border_width(3); - -#if WITH_GTKMM_2_22 flabel = new Gtk::Label(_("<big><b>_Filename</b></big>"), Gtk::ALIGN_START, Gtk::ALIGN_CENTER, true); -#else - flabel = new Gtk::Label(_("<big><b>_Filename</b></big>"), Gtk::ALIGN_LEFT, Gtk::ALIGN_CENTER, true); -#endif flabel->set_use_markup(true); file_box.pack_start(*flabel, false, false, 0); |
