diff options
| author | 2008-10-14 22:35:46 +0000 | |
|---|---|---|
| committer | 2008-10-14 22:35:46 +0000 | |
| commit | de250c8a65ca656d06ba7fcd866617a00cea3db5 (patch) | |
| tree | f785b59c63a67ebc3dd5172d349e40e73a732990 /src/modules/torrent/tc_statusbarapplet.cpp | |
| parent | fixed compilation on win (diff) | |
| download | KVIrc-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.cpp | 4 |
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 |
