Merge branch 'master' of github.com:jimevins/glabels-qt
This commit is contained in:
@@ -38,7 +38,7 @@ namespace glabels
|
||||
{
|
||||
setupUi( this );
|
||||
|
||||
QString version = tr("Version") + " " + model::Version::STRING;
|
||||
QString version = tr("Version") + " " + model::Version::LONG_STRING;
|
||||
|
||||
QString description = tr("A program to create labels and business cards.");
|
||||
|
||||
|
||||
+1
-1
@@ -45,7 +45,7 @@ int main( int argc, char **argv )
|
||||
QCoreApplication::setOrganizationName( "glabels.org" );
|
||||
QCoreApplication::setOrganizationDomain( "glabels.org" );
|
||||
QCoreApplication::setApplicationName( "glabels-qt" );
|
||||
QCoreApplication::setApplicationVersion( glabels::model::Version::STRING );
|
||||
QCoreApplication::setApplicationVersion( glabels::model::Version::LONG_STRING );
|
||||
|
||||
//
|
||||
// Setup translators
|
||||
|
||||
Reference in New Issue
Block a user