diff options
Diffstat (limited to 'configdialog/kbfxconfigapp.cpp')
-rw-r--r-- | configdialog/kbfxconfigapp.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/configdialog/kbfxconfigapp.cpp b/configdialog/kbfxconfigapp.cpp index fc31110..80f77fd 100644 --- a/configdialog/kbfxconfigapp.cpp +++ b/configdialog/kbfxconfigapp.cpp @@ -1,7 +1,7 @@ /* * Copyright (C) 2006 * Siraj Razick <siraj@kdemail.net> - * PhobosK <phobosk@mail.kbfx.org> + * PhobosK <phobosk@mail.kbfx.net> * see Also AUTHORS * * This program is free software; you can redistribute it and/or modify @@ -28,10 +28,10 @@ KbfxConfigApp::KbfxConfigApp ( TQWidget* parent, const char* name, WFlags fl ) m_KbfxVersion = tr2i18n ( "<p align='center'>%1</p>" ); m_KbfxVersion2 = tr2i18n ( "You are running: <b>KBFX " APPLICATION_VERSION "</b>" ); m_KbfxNewsBrowserError = tr2i18n ( "<br><p align='center'><font color='#ff0000'>" - "The connection to the KBFX News Section on www.kbfx.org is broken." + "The connection to the KBFX News Section on www.kbfx.net is broken." "</font><br><br>" "If you want you can check the latest news for KBFX from here:" - "<br><a href='http://www.kbfx.org/'>KBFX News</a></p>" ); + "<br><a href='http://www.kbfx.net/'>KBFX News</a></p>" ); m_KbfxLogoButton = tr2i18n ( "<font size='+1'><b>KBFX start button</b><br></font>" "<b>Tip! </b>" "You have 3 options to select for your KBFX start button." @@ -64,7 +64,7 @@ KbfxConfigApp::KbfxConfigApp ( TQWidget* parent, const char* name, WFlags fl ) m_KbfxLogoTooltip = tr2i18n ( "<font size='+1'><b>KBFX tooltip settings</b><br></font>" "<b>Tip! </b>" "Here you can configure the behaviour of KBFX's own tooltip." ); - m_KbfxNewsBrowserAddress = "http://www.kbfx.org/news/"; + m_KbfxNewsBrowserAddress = "http://www.kbfx.net/news/"; InitForm(); } @@ -379,7 +379,7 @@ void KbfxConfigApp::KbfxNewsBrowserLoad() void KbfxConfigApp::KbfxGetMoreThemesClicked() { - KRun::runCommand ( "konqueror 'http://www.kbfx.org/news/new_themes.html'" ); + KRun::runCommand ( "konqueror 'http://www.kbfx.net/news/new_themes.html'" ); return ; } |