diff options
author | Robert Loehning <robert.loehning@digia.com> | 2013-11-07 13:16:42 +0100 |
---|---|---|
committer | Robert Loehning <robert.loehning@digia.com> | 2013-11-07 14:22:08 +0100 |
commit | bf0e6ee567147bdf3bee8c2573509a4140b7dbcb (patch) | |
tree | 43605060ee1207c80131ba39c42a443d2e243ddb /src/plugins/qtsupport | |
parent | 2e179f0bb4b1195df0afacf487867ada9376de33 (diff) | |
download | qt-creator-bf0e6ee567147bdf3bee8c2573509a4140b7dbcb.tar.gz |
Fix case of "iOS"
Task-number: QTCREATORBUG-10681
Change-Id: I2a51eb95f8f9fa00114a2a9100eec5d052d2cca5
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
Diffstat (limited to 'src/plugins/qtsupport')
-rw-r--r-- | src/plugins/qtsupport/qtsupportconstants.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/qtsupport/qtsupportconstants.h b/src/plugins/qtsupport/qtsupportconstants.h index 76b009a7ec..03fb6c4132 100644 --- a/src/plugins/qtsupport/qtsupportconstants.h +++ b/src/plugins/qtsupport/qtsupportconstants.h @@ -65,13 +65,13 @@ const char DESKTOP_PLATFORM[] = "Desktop"; const char EMBEDDED_LINUX_PLATFORM[] = "Embedded Linux"; const char WINDOWS_CE_PLATFORM[] = "Windows CE"; const char ANDROID_PLATFORM[] = "Android"; -const char IOS_PLATFORM[] = "Ios"; +const char IOS_PLATFORM[] = "iOS"; const char DESKTOP_PLATFORM_TR[] = QT_TRANSLATE_NOOP("QtSupport", "Desktop"); const char EMBEDDED_LINUX_PLATFORM_TR[] = QT_TRANSLATE_NOOP("QtSupport", "Embedded Linux"); const char WINDOWS_CE_PLATFORM_TR[] = QT_TRANSLATE_NOOP("QtSupport", "Windows CE"); const char ANDROID_PLATFORM_TR[] = QT_TRANSLATE_NOOP("QtSupport", "Android"); -const char IOS_PLATFORM_TR[] = QT_TRANSLATE_NOOP("QtSupport", "Ios"); +const char IOS_PLATFORM_TR[] = QT_TRANSLATE_NOOP("QtSupport", "iOS"); // QML wizard icon // both the qmakeprojectmanager and the qmlprojectmanager do have qt quick wizards |