Automatic language detection (Win Vista/7)

see issue 847
This commit is contained in:
Oliver Duis
2011-07-16 13:39:28 +02:00
parent cee8bd83e1
commit c4e54b004b
8 changed files with 111 additions and 2 deletions

View File

@@ -54,6 +54,7 @@ class Preferences : public Gtk::Dialog {
Gtk::ComboBoxText* rprofiles;
Gtk::ComboBoxText* iprofiles;
Gtk::ComboBoxText* languages;
Gtk::CheckButton* ckbLangAutoDetect;
Gtk::Entry* dateformat;
Gtk::Entry* startupdir;
Gtk::RadioButton* sdcurrent;
@@ -132,7 +133,8 @@ class Preferences : public Gtk::Dialog {
Options moptions;
sigc::connection tconn, sconn, fconn, usethcon, addc, setc, dfconn, ffconn, autoMonProfileConn, sndEnableConn;
sigc::connection tconn, sconn, fconn, usethcon, addc, setc, dfconn, ffconn;
sigc::connection autoMonProfileConn, sndEnableConn, langAutoDetectConn;
Glib::ustring initialTheme;
Glib::ustring initialFont;
@@ -172,6 +174,7 @@ class Preferences : public Gtk::Dialog {
void aboutPressed ();
void autoMonProfileToggled ();
void sndEnableToggled ();
void langAutoDetectToggled ();
void selectStartupDir ();
void addExtPressed ();