Correct file description.
--HG-- branch : develop
This commit is contained in:
parent
7d633d7270
commit
755cbc34d5
|
@ -34,5 +34,6 @@
|
||||||
#define VER_INTERNALNAME_STR "Tape"
|
#define VER_INTERNALNAME_STR "Tape"
|
||||||
#define VER_ORIGINALFILENAME_STR "tape.exe"
|
#define VER_ORIGINALFILENAME_STR "tape.exe"
|
||||||
#define VER_PRODUCTNAME_STR "Tape"
|
#define VER_PRODUCTNAME_STR "Tape"
|
||||||
|
#define VER_FILEDESCRIPTION_STR "Valentina's measurements editor."
|
||||||
|
|
||||||
#endif // VERSION_H
|
#endif // VERSION_H
|
||||||
|
|
|
@ -34,5 +34,6 @@
|
||||||
#define VER_INTERNALNAME_STR "Valentina"
|
#define VER_INTERNALNAME_STR "Valentina"
|
||||||
#define VER_ORIGINALFILENAME_STR "valentina.exe"
|
#define VER_ORIGINALFILENAME_STR "valentina.exe"
|
||||||
#define VER_PRODUCTNAME_STR "Valentina"
|
#define VER_PRODUCTNAME_STR "Valentina"
|
||||||
|
#define VER_FILEDESCRIPTION_STR "Patternmaking program."
|
||||||
|
|
||||||
#endif // VERSION_H
|
#endif // VERSION_H
|
||||||
|
|
|
@ -51,7 +51,7 @@ extern const QString APP_VERSION_STR;
|
||||||
#define VER_PRODUCTVERSION_STR VER_FILEVERSION_STR
|
#define VER_PRODUCTVERSION_STR VER_FILEVERSION_STR
|
||||||
|
|
||||||
#define VER_COMPANYNAME_STR "ValentinaTeam"
|
#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_INTERNALNAME_STR "Valentina" // Defined in program
|
||||||
#define VER_LEGALCOPYRIGHT_STR "Copyright © 2014-2015 Valentina Team"
|
#define VER_LEGALCOPYRIGHT_STR "Copyright © 2014-2015 Valentina Team"
|
||||||
#define VER_LEGALTRADEMARKS1_STR "All Rights Reserved"
|
#define VER_LEGALTRADEMARKS1_STR "All Rights Reserved"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user