From 755cbc34d599e9454a63e595325658e450a8e7c7 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Tue, 8 Sep 2015 10:37:23 +0300 Subject: [PATCH] Correct file description. --HG-- branch : develop --- src/app/tape/version.h | 1 + src/app/valentina/version.h | 1 + src/libs/vmisc/projectversion.h | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/tape/version.h b/src/app/tape/version.h index a9c28a5f7..c829a7999 100644 --- a/src/app/tape/version.h +++ b/src/app/tape/version.h @@ -34,5 +34,6 @@ #define VER_INTERNALNAME_STR "Tape" #define VER_ORIGINALFILENAME_STR "tape.exe" #define VER_PRODUCTNAME_STR "Tape" +#define VER_FILEDESCRIPTION_STR "Valentina's measurements editor." #endif // VERSION_H diff --git a/src/app/valentina/version.h b/src/app/valentina/version.h index 6b243a541..cb113799c 100644 --- a/src/app/valentina/version.h +++ b/src/app/valentina/version.h @@ -34,5 +34,6 @@ #define VER_INTERNALNAME_STR "Valentina" #define VER_ORIGINALFILENAME_STR "valentina.exe" #define VER_PRODUCTNAME_STR "Valentina" +#define VER_FILEDESCRIPTION_STR "Patternmaking program." #endif // VERSION_H diff --git a/src/libs/vmisc/projectversion.h b/src/libs/vmisc/projectversion.h index 40bd5c36b..3eb2be6b6 100644 --- a/src/libs/vmisc/projectversion.h +++ b/src/libs/vmisc/projectversion.h @@ -51,7 +51,7 @@ extern const QString APP_VERSION_STR; #define VER_PRODUCTVERSION_STR VER_FILEVERSION_STR #define VER_COMPANYNAME_STR "ValentinaTeam" -#define VER_FILEDESCRIPTION_STR "Patternmaking program." +//#define VER_FILEDESCRIPTION_STR "Patternmaking program." // Defined in program //#define VER_INTERNALNAME_STR "Valentina" // Defined in program #define VER_LEGALCOPYRIGHT_STR "Copyright © 2014-2015 Valentina Team" #define VER_LEGALTRADEMARKS1_STR "All Rights Reserved"