svn path=/trunk/KDE/kdebase/konsole/; revision=419908
@ -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)
@ -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 )
{