Merge branch 'google' of ssh://drop.maemo.org/git/mdictionary into google
authorJakub Jaszczynski <j.j.jaszczynski@gmail.com>
Fri, 27 Aug 2010 08:48:01 +0000 (10:48 +0200)
committerJakub Jaszczynski <j.j.jaszczynski@gmail.com>
Fri, 27 Aug 2010 08:48:01 +0000 (10:48 +0200)
Conflicts:
trunk/src/plugins/google/src/GoogleSettingsDialog.cpp

1  2 
trunk/src/plugins/google/src/GoogleSettingsDialog.cpp
trunk/src/plugins/xdxf/src/xdxfplugin.cpp

@@@ -43,7 -43,12 +43,11 @@@ GoogleSettingsDialog::GoogleSettingsDia
      _langTo=languages.key(langTo);
      _langFrom=languages.key(langFrom);
  
-     changeLangButton=new QPushButton(QIcon::fromTheme("object-flip-vertical"),tr(""));
 -
+     #ifdef Q_WS_MAEMO_5
+         changeLangButton=new QPushButton(QIcon::fromTheme("general_refresh"),tr(""));
+     #else
+         changeLangButton=new QPushButton(QIcon::fromTheme("object-flip-vertical"),tr(""));
+     #endif
      langFromLabel = new QLabel("From:");
      langToLabel = new QLabel(" To: ");
      connectInfoLabel = new QLabel(tr("Google plugin make use of internet "