summaryrefslogtreecommitdiffstats
path: root/src/dialogs/export.cpp
diff options
context:
space:
mode:
authorKris De Gussem <kris.degussem@gmail.com>2010-10-29 21:13:37 +0000
committerKris <Kris.De.Gussem@hotmail.com>2010-10-29 21:13:37 +0000
commit1d7561a27714f84fb39e588878eb26213268a79e (patch)
treebbf4c8d2261d7699c5dea78b1a76fc88ac99bf23 /src/dialogs/export.cpp
parentUpdated the JessyInk extensions to version 1.5.4. (diff)
downloadinkscape-1d7561a27714f84fb39e588878eb26213268a79e.tar.gz
inkscape-1d7561a27714f84fb39e588878eb26213268a79e.zip
Dropped not working accelator key (r9858 Bug #170765)
(bzr r9865)
Diffstat (limited to 'src/dialogs/export.cpp')
-rw-r--r--src/dialogs/export.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dialogs/export.cpp b/src/dialogs/export.cpp
index 661eb854f..696f38b77 100644
--- a/src/dialogs/export.cpp
+++ b/src/dialogs/export.cpp
@@ -282,7 +282,7 @@ sp_export_dialog_area_box (GtkWidget * dlg)
if (desktop)
sp_unit_selector_set_unit (SP_UNIT_SELECTOR(us->gobj()), sp_desktop_namedview(desktop)->doc_units);
unitbox->pack_end(*us, false, false, 0);
- Gtk::Label* l = new Gtk::Label(_("_Units:"));
+ Gtk::Label* l = new Gtk::Label(_("Units:"));
unitbox->pack_end(*l, false, false, 3);
gtk_object_set_data (GTK_OBJECT (dlg), "units", us->gobj());