diff main/PreferencesDialog.h @ 658:86d1f640ae1e

Add choice of interface language to the prefs dialog (in case user is unhappy with system locale)
author Chris Cannam
date Tue, 26 Nov 2013 10:35:55 +0000
parents e5e6625deb85
children bfd68cc71a25 7f7fba33b7de
line wrap: on
line diff
--- a/main/PreferencesDialog.h	Thu Nov 21 17:05:03 2013 +0000
+++ b/main/PreferencesDialog.h	Tue Nov 26 10:35:55 2013 +0000
@@ -60,6 +60,7 @@
     void viewFontSizeChanged(int sz);
     void showSplashChanged(int state);
     void defaultTemplateChanged(int);
+    void localeChanged(int);
 
     void tempDirButtonClicked();
 
@@ -78,6 +79,9 @@
 
     QString m_currentTemplate;
     QStringList m_templates;
+
+    QString m_currentLocale;
+    QStringList m_locales;
     
     WindowType m_windowType;
     int m_spectrogramSmoothing;