s/TRUE/true/

svn path=/trunk/KDE/kdebase/konsole/; revision=419908
wilder-portage
Kurt Hindenburg 21 years ago
parent 29ac421ec8
commit 473909ef3b
  1. 2
      konsole/TEmuVt102.cpp
  2. 2
      konsole/main.cpp

@ -1309,7 +1309,7 @@ static unsigned int xkb_mask_modifier( XkbDescPtr xkb, const char *name )
if( !xkb || !xkb->names )
return 0;
Atom atom = XInternAtom( xkb->dpy, name, TRUE );
Atom atom = XInternAtom( xkb->dpy, name, true );
if (atom == None)
return 0;

@ -624,7 +624,7 @@ extern "C" int KDE_EXPORT kdemain(int argc, char* argv[])
if ( KMessageBox::questionYesNoList( 0,
i18n( "If you want to use the bitmap fonts distributed with Konsole, they must be installed. After installation, you must restart Konsole to use them. Do you want to install the fonts listed below into fonts:/Personal?" ),
sl_installFonts,
i18n( "Install Console Font?" ),
i18n( "Install Bitmap Fonts?" ),
KGuiItem( i18n("&Install" ) ),
KStdGuiItem::no(), "installbdffonts" ) == KMessageBox::Yes )
{

Loading…
Cancel
Save