From 733eb9af409a0482d92fe8411b1a2bd53375cc71 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Sat, 19 May 2012 16:49:48 +0200 Subject: Show nicer language names in voice creation dialog. Instead of showing the internal language names show some more human friendly string. Currently only applies to the voice creation dialog, the language configuration dialog needs further adjustments to support display strings differing from values. Change-Id: Ic94838f1079c1d09a666d7dbd9682c577f686b3f --- rbutil/rbutilqt/base/systeminfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rbutil/rbutilqt/base/systeminfo.h') diff --git a/rbutil/rbutilqt/base/systeminfo.h b/rbutil/rbutilqt/base/systeminfo.h index f8c31a9de3..420dbf3c80 100644 --- a/rbutil/rbutilqt/base/systeminfo.h +++ b/rbutil/rbutilqt/base/systeminfo.h @@ -79,7 +79,7 @@ class SystemInfo : public QObject static QStringList platforms(enum PlatformType type = PlatformAll, QString variant=""); //! returns a map of all languages - static QMap languages(void); + static QMap languages(void); //! returns a map of usb-ids and their targets static QMap usbIdMap(enum MapType); //! get a value from system settings -- cgit v1.2.3