diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2022-04-05 17:14:18 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2022-04-05 17:14:18 +0200 |
commit | 4c548cd33f0614e666d9049e41b4f129629cf182 (patch) | |
tree | baa900ff37979f45c28841af16b79aa7f2a69a3b /src/Resources.vala | |
parent | 2ed34746222ea505631ae8ef8ca50552af999ad2 (diff) |
New upstream version 0.30.15upstream/0.30.15
Diffstat (limited to 'src/Resources.vala')
-rw-r--r-- | src/Resources.vala | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/Resources.vala b/src/Resources.vala index 801305c..f9fa875 100644 --- a/src/Resources.vala +++ b/src/Resources.vala @@ -4,25 +4,13 @@ * See the COPYING file in this distribution. */ -// defined by ./configure or Makefile and included by gcc -D -extern const string _PREFIX; -extern const string _VERSION; -extern const string GETTEXT_PACKAGE; -extern const string _LIB; -extern const string _LIBEXECDIR; -extern const string? _GIT_VERSION; - namespace Resources { public const string APP_TITLE = "Shotwell"; public const string APP_LIBRARY_ROLE = _("Photo Manager"); public const string APP_DIRECT_ROLE = _("Photo Viewer"); public const string APP_VERSION = _VERSION; -#if _GITVERSION public const string? GIT_VERSION = _GIT_VERSION; -#else - public const string? GIT_VERSION = null; -#endif public const string COPYRIGHT = _("Copyright 2016 Software Freedom Conservancy Inc."); public const string APP_GETTEXT_PACKAGE = GETTEXT_PACKAGE; |