From kde-commits Mon Jan 17 12:50:28 2005 From: Andrew Coles Date: Mon, 17 Jan 2005 12:50:28 +0000 To: kde-commits Subject: kdebase/kwin/kcmkwin/kwinoptions (silent) Message-Id: <20050117125028.1D3601CF5B () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=110596624414405 CVS commit by coles: CVS_SILENT Corrected typos. M +6 -6 windows.cpp 1.135 --- kdebase/kwin/kcmkwin/kwinoptions/windows.cpp #1.134:1.135 @@ -1178,13 +1178,13 @@ KTranslucencyConfig::KTranslucencyConfig QVBoxLayout *lay = new QVBoxLayout (this); if (!kompmgrAvailable()){ - KActiveLabel *label = new KActiveLabel(i18n("It seems as if alpha channel support is not available!

" - "Please make sure, you have " - "Xorg ≥ 6.8" - " and installed the kompmgr that came with kwin
" - "Also make sure you have the following entries in your XConfig (e.g. /etc/XF86Config):

" + KActiveLabel *label = new KActiveLabel(i18n("It seems that alpha channel support is not available.

" + "Please make sure you have " + "Xorg ≥ 6.8," + " and installed the kompmgr that came with kwin.
" + "Also, make sure you have the following entries in your XConfig (e.g. /etc/XF86Config):

" "Section \"Extensions\"
" "Option \"Composite\" \"Enable\"
" "EndSection


" - "And if your GPU provides hardware accelerated Xrender support (mainly nVidia cards):

" + "And if your GPU provides hardware-accelerated Xrender support (mainly nVidia cards):

" "Option \"RenderAccel\" \"true\"
" "In Section \"Device\"
"), this);