~ubuntu-branches/ubuntu/feisty/psi/feisty

« back to all changes in this revision

Viewing changes to libpsi/psiwidgets/iconselect.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Stephan Hermann
  • Date: 2005-09-14 16:33:49 UTC
  • mfrom: (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050914163349-3zacov4afysz5cw5
Tags: 0.9.3-2ubuntu1
* Sync with debian
* Applied patch to psi.desktop to start psi without gpg-agent use (known
  issue)
* Updated README.Debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
                        if ( !ic->text().isEmpty() ) {
114
114
                                // first, try to get the text by priorities
115
115
                                QStringList lang;
116
 
                                lang << QTextCodec::locale();   // most prioritent, is the local language
 
116
                                lang << QString(QTextCodec::locale()).left(2);  // most prioritent, is the local language
117
117
                                lang << "";                     // and then the language without name goes (international?)
118
118
                                lang << "en";                   // then real English
119
119