From de250c8a65ca656d06ba7fcd866617a00cea3db5 Mon Sep 17 00:00:00 2001 From: Elvio Basello Date: Tue, 14 Oct 2008 22:35:46 +0000 Subject: 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 --- src/modules/torrent/tc_statusbarapplet.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/torrent/tc_statusbarapplet.cpp') 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 -- cgit v1.3.1-10-gc9f91