summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4d76144)
raw | patch | inline | side by side (parent: 4d76144)
author | Kris <Kris.De.Gussem@hotmail.com> | |
Fri, 29 Oct 2010 21:13:37 +0000 (23:13 +0200) | ||
committer | Kris <Kris.De.Gussem@hotmail.com> | |
Fri, 29 Oct 2010 21:13:37 +0000 (23:13 +0200) |
src/dialogs/export.cpp | patch | blob | history |
diff --git a/src/dialogs/export.cpp b/src/dialogs/export.cpp
index 661eb854fe8d0495582dac0ca57d2f060a4a4b8d..696f38b7753aad1857e2af793b026724a1ea978b 100644 (file)
--- a/src/dialogs/export.cpp
+++ b/src/dialogs/export.cpp
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());