aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/torrent/tc_statusbarapplet.cpp
diff options
context:
space:
mode:
authorGravatar Elvio Basello2008-10-14 22:35:46 +0000
committerGravatar Elvio Basello2008-10-14 22:35:46 +0000
commitde250c8a65ca656d06ba7fcd866617a00cea3db5 (patch)
treef785b59c63a67ebc3dd5172d349e40e73a732990 /src/modules/torrent/tc_statusbarapplet.cpp
parentfixed compilation on win (diff)
downloadKVIrc-de250c8a65ca656d06ba7fcd866617a00cea3db5.tar.gz
KVIrc-de250c8a65ca656d06ba7fcd866617a00cea3db5.tar.bz2
KVIrc-de250c8a65ca656d06ba7fcd866617a00cea3db5.zip
fixed translation functions in torrent module;
fixed CMake translation rules; updated translation files; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2731 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/torrent/tc_statusbarapplet.cpp')
-rw-r--r--src/modules/torrent/tc_statusbarapplet.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/torrent/tc_statusbarapplet.cpp b/src/modules/torrent/tc_statusbarapplet.cpp
index 5afdf40b5..5d102f869 100644
--- a/src/modules/torrent/tc_statusbarapplet.cpp
+++ b/src/modules/torrent/tc_statusbarapplet.cpp
@@ -58,7 +58,7 @@ static KviStatusBarApplet *CreateTorrentClientApplet(KviStatusBar *bar, KviStatu
void KviTorrentStatusBarApplet::selfRegister(KviStatusBar *bar)
{
KviStatusBarAppletDescriptor *d = new KviStatusBarAppletDescriptor(
- __tr2qs("Torrent Client"),
+ __tr2qs_ctx("Torrent Client","torrent"),
"torrentapplet",
CreateTorrentClientApplet,
"torrent", *(g_pIconManager->getSmallIcon(KVI_SMALLICON_AWAY)));
@@ -95,4 +95,4 @@ void KviTorrentStatusBarApplet::update()
#ifndef COMPILE_USE_STANDALONE_MOC_SOURCES
#include "tc_statusbarapplet.moc"
-#endif //!COMPILE_USE_STANDALONE_MOC_SOURCES
+#endif //COMPILE_USE_STANDALONE_MOC_SOURCES