diff options
Diffstat (limited to 'twin/plugins.cpp')
-rw-r--r-- | twin/plugins.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/twin/plugins.cpp b/twin/plugins.cpp index 5f20b7018..6df451dc3 100644 --- a/twin/plugins.cpp +++ b/twin/plugins.cpp @@ -23,14 +23,14 @@ PluginMgr::PluginMgr() : KDecorationPlugins( TDEGlobal::config()) { defaultPlugin = (TQPixmap::defaultDepth() > 8) ? - "twin3_plastik" : "twin3_quartz"; + "twin_plastik" : "twin_quartz"; loadPlugin( "" ); // load the plugin specified in cfg file } void PluginMgr::error( const TQString &error_msg ) { tqWarning( "%s", (i18n("TWin: ") + error_msg + - i18n("\nTWin will now exit...")).local8Bit().data() ); + i18n("\nTWin will now exit…")).local8Bit().data() ); exit(1); } |