Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Schmidt <domme@tomahawk-player.org>2014-08-30 13:05:52 +0400
committerDominik Schmidt <domme@tomahawk-player.org>2014-08-30 13:05:52 +0400
commit202426f536b09ce2ec1618cd4315043062af076d (patch)
tree10d1f3b5ce4d8b50d13bd7a5e3002e826355ba18 /src/crashreporter
parentd2404156711cbf95e2306104e63e176ba411330a (diff)
Make crash reporter application name branded
Diffstat (limited to 'src/crashreporter')
-rw-r--r--src/crashreporter/CrashReporterConfig.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crashreporter/CrashReporterConfig.h.in b/src/crashreporter/CrashReporterConfig.h.in
index 14f937be9..d17edc7c6 100644
--- a/src/crashreporter/CrashReporterConfig.h.in
+++ b/src/crashreporter/CrashReporterConfig.h.in
@@ -5,7 +5,7 @@
#define CRASHREPORTER_RELEASE_CHANNEL "@CRASHREPORTER_RELEASE_CHANNEL@"
-#define CRASHREPORTER_PRODUCT_NAME "ownCloud Client"
+#define CRASHREPORTER_PRODUCT_NAME "@APPLICATION_NAME@"
#define CRASHREPORTER_VERSION_STRING "@MIRALL_VERSION_STRING@"