Do not except i18n() to take latin1 as an argument; it should be in utf8.

svn path=/trunk/kdebase/konsole/; revision=39083
wilder-portage
Hans Petter Bieker 27 years ago
parent 71c77a3f2c
commit 39bf8f3644
  1. 2
      src/main.C

@ -420,7 +420,7 @@ void TEDemo::makeMenu()
"This program is free software under the\n"
"terms of the GNU General Public License\n"
"and comes WITHOUT ANY WARRANTY.\n"
"See `LICENSE.readme´ for details.").arg(PACKAGE).arg(VERSION);
"See 'LICENSE.readme' for details.").arg(PACKAGE).arg(VERSION);
QPopupMenu* m_help = helpMenu(aboutAuthor, false);
m_help->insertItem( i18n("&Technical Reference ..."), this, SLOT(tecRef()),

Loading…
Cancel
Save