Correct file description.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2015-09-08 10:37:23 +03:00
parent 7d633d7270
commit 755cbc34d5
3 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -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

View file

@ -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"