diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-01-21 19:17:10 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-01-21 19:17:10 +0100 |
commit | a7ff7c49085c320c1e0a2ffb66cc6d283c5acb8e (patch) | |
tree | d9f86def771c7845f241ec81219b243c70523c60 /src/Resources.vala | |
parent | 66f6a7bd3f7e00022191f16cb0e82a39e7333a76 (diff) |
New upstream version 0.25.3upstream/0.25.3
Diffstat (limited to 'src/Resources.vala')
-rw-r--r-- | src/Resources.vala | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Resources.vala b/src/Resources.vala index d7f237c..feb568b 100644 --- a/src/Resources.vala +++ b/src/Resources.vala @@ -76,8 +76,8 @@ along with Shotwell; if not, write to the Free Software Foundation, Inc., public const string ADJUST = "image-adjust"; public const string PIN_TOOLBAR = "shotwell-pin-toolbar"; public const string MAKE_PRIMARY = "shotwell-make-primary"; - public const string IMPORT = "shotwell-import"; - public const string IMPORT_ALL = "shotwell-import-all"; + public const string IMPORT = "import"; + public const string IMPORT_ALL = "import-all"; public const string ENHANCE = "shotwell-auto-enhance"; public const string CROP_PIVOT_RETICLE = "shotwell-crop-pivot-reticle"; public const string PUBLISH = "applications-internet"; |