diff options
| author | bulia byak <buliabyak@gmail.com> | 2009-02-02 15:48:44 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2009-02-02 15:48:44 +0000 |
| commit | b426a5471e7209f2ed269338e35d21b15dcf535c (patch) | |
| tree | 4687c788e3fc69827e2f37655397f2a264a05540 /src/dialogs/export.cpp | |
| parent | fix crash (diff) | |
| download | inkscape-b426a5471e7209f2ed269338e35d21b15dcf535c.tar.gz inkscape-b426a5471e7209f2ed269338e35d21b15dcf535c.zip | |
remove mnemonic which does not work anyway
(bzr r7215)
Diffstat (limited to 'src/dialogs/export.cpp')
| -rw-r--r-- | src/dialogs/export.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dialogs/export.cpp b/src/dialogs/export.cpp index cce57486d..c8a76e4e6 100644 --- a/src/dialogs/export.cpp +++ b/src/dialogs/export.cpp @@ -622,7 +622,7 @@ sp_export_dialog (void) { Gtk::HBox* hide_box = new Gtk::HBox(FALSE, 5); - GtkWidget *he = gtk_check_button_new_with_label(_("Hide _all except selected")); + GtkWidget *he = gtk_check_button_new_with_label(_("Hide all except selected")); gtk_widget_set_sensitive(GTK_WIDGET(he), TRUE); gtk_object_set_data(GTK_OBJECT(dlg), "hide_checkbox", he); hide_box->pack_start(*Glib::wrap(he), false, false); |
