diff options
author | Robert Loehning <robert.loehning@nokia.com> | 2009-10-29 14:18:49 +0100 |
---|---|---|
committer | Robert Loehning <robert.loehning@nokia.com> | 2009-10-29 14:18:49 +0100 |
commit | 64e2519915938734a6ee0c99f56d8250d9104a05 (patch) | |
tree | 67a59b2cb66dfaa0012346ab98b30bc78de551c2 /tests | |
parent | 6e154b305579b0839003865913e12d18a9d733b4 (diff) | |
download | qt-creator-64e2519915938734a6ee0c99f56d8250d9104a05.tar.gz |
TRK: Changed strings.
Using "TRK" when referring to the protocol, "App TRK" when referring to the program on the device.
Reviewed-by: Oswald Buddenhagen
Diffstat (limited to 'tests')
-rw-r--r-- | tests/manual/trklauncher/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/trklauncher/main.cpp b/tests/manual/trklauncher/main.cpp index 3533663217..9938f84793 100644 --- a/tests/manual/trklauncher/main.cpp +++ b/tests/manual/trklauncher/main.cpp @@ -126,7 +126,7 @@ static TrkLauncherPtr parseArguments(const QStringList &arguments, bool *bluetoo int main(int argc, char *argv[]) { QCoreApplication app(argc, argv); - QCoreApplication::setApplicationName(QLatin1String("trklauncher")); + QCoreApplication::setApplicationName(QLatin1String("TRKlauncher")); QCoreApplication::setOrganizationName(QLatin1String("Nokia")); bool bluetooth; |