summaryrefslogtreecommitdiffstats
path: root/twin/plugins.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'twin/plugins.cpp')
-rw-r--r--twin/plugins.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/twin/plugins.cpp b/twin/plugins.cpp
index 10d3012d2..5f20b7018 100644
--- a/twin/plugins.cpp
+++ b/twin/plugins.cpp
@@ -29,8 +29,8 @@ PluginMgr::PluginMgr()
void PluginMgr::error( const TQString &error_msg )
{
- tqWarning( "%s", (i18n("KWin: ") + error_msg +
- i18n("\nKWin will now exit...")).local8Bit().data() );
+ tqWarning( "%s", (i18n("TWin: ") + error_msg +
+ i18n("\nTWin will now exit...")).local8Bit().data() );
exit(1);
}