summaryrefslogtreecommitdiffstats
path: root/twin/plugins.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-01-29 00:12:37 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2014-01-29 00:12:37 -0600
commitfd41985edbb55d5db52e3d2cf8bfcf38fa92652a (patch)
treeafb6b29888961cdf706b4ea97e3b6edef3a306af /twin/plugins.cpp
parent4d07795a1f72e013f590d1aa9dc24eb101899aa2 (diff)
downloadtdebase-fd41985edbb55d5db52e3d2cf8bfcf38fa92652a.tar.gz
tdebase-fd41985edbb55d5db52e3d2cf8bfcf38fa92652a.zip
Fix KWin->TWin references in text strings.
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);
}