Don't override label for Save As menuitem
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 16 Aug 2009 05:27:01 +0000 (07:27 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 16 Aug 2009 05:27:01 +0000 (07:27 +0200)
src/ui/gui/psppire-data-window.c

index ffa9482eb0f4b766c391e32ac7c3ecac9dca3087..2707498c7929038cafc9d55f1e85f0ad93ad0272 100644 (file)
@@ -1247,7 +1247,6 @@ psppire_data_window_init (PsppireDataWindow *de)
       resolve_action (de->builder, "file_save_as", NULL);
 
     g_object_set (action_data_save_as,
-                 "label", _("Save As"),
                  "tooltip", _("Save data to file"),
                  "stock-id", "gtk-save-as",
                  NULL);