[seahorse] KeyManager: remove Gtk.Stock references.
- From: Niels De Graef <nielsdg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [seahorse] KeyManager: remove Gtk.Stock references.
- Date: Thu, 2 Aug 2018 23:58:10 +0000 (UTC)
commit 0573e1be2d45624d8fd9c4ca8829db46bacbb8a5
Author: Niels De Graef <nielsdegraef gmail com>
Date: Fri Aug 3 01:31:11 2018 +0200
KeyManager: remove Gtk.Stock references.
src/key-manager.vala | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/key-manager.vala b/src/key-manager.vala
index ca03a580..bedb1d24 100644
--- a/src/key-manager.vala
+++ b/src/key-manager.vala
@@ -51,10 +51,10 @@ public class Seahorse.KeyManager : Catalog {
// TRANSLATORS: The "Remote" menu contains key operations on remote systems.
{ "remote-menu", null, N_("_Remote") },
{ "new-menu", null, N_("_New") },
- { "app-quit", Gtk.Stock.QUIT, null, "<control>Q", N_("Close this program") },
- { "file-new", Gtk.Stock.NEW, N_("_New…"), "<control>N", N_("Create a new key or item") },
- { "file-import", Gtk.Stock.OPEN, N_("_Import…"), "<control>I", N_("Import from a file") },
- { "edit-import-clipboard", Gtk.Stock.PASTE, null, "<control>V", N_("Import from the clipboard") }
+ { "app-quit", null, N_("_Quit"), "<control>Q", N_("Close this program") },
+ { "file-new", null, N_("_New…"), "<control>N", N_("Create a new key or item") },
+ { "file-import", null, N_("_Import…"), "<control>I", N_("Import from a file") },
+ { "edit-import-clipboard", null, N_("_Paste"), "<control>V", N_("Import from the clipboard") }
};
private const Gtk.ToggleActionEntry[] SIDEBAR_ACTIONS = {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]