Add a translated string for future use.
svn path=/trunk/KDE/kdebase/workspace/; revision=1195846
This commit is contained in:
parent
6118a5b983
commit
16bd68ec5f
1 changed files with 3 additions and 0 deletions
|
@ -84,6 +84,9 @@ KWinCompositingConfig::KWinCompositingConfig(QWidget *parent, const QVariantList
|
||||||
ui.tabWidget->setCurrentIndex(0);
|
ui.tabWidget->setCurrentIndex(0);
|
||||||
ui.statusTitleWidget->hide();
|
ui.statusTitleWidget->hide();
|
||||||
|
|
||||||
|
// For future use
|
||||||
|
(void) I18N_NOOP( "Use GLSL shaders" );
|
||||||
|
|
||||||
#define OPENGL_INDEX 0
|
#define OPENGL_INDEX 0
|
||||||
#define XRENDER_INDEX 1
|
#define XRENDER_INDEX 1
|
||||||
#ifndef KWIN_HAVE_OPENGL_COMPOSITING
|
#ifndef KWIN_HAVE_OPENGL_COMPOSITING
|
||||||
|
|
Loading…
Reference in a new issue