diff options
author | Michele Calgaro <[email protected]> | 2014-03-14 18:03:28 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2014-03-14 18:03:28 +0900 |
commit | 61b5e76cb16d7012e65b93e79376cc1a079f0e72 (patch) | |
tree | f3ea662aaa19f18ac83f5656ff7acd89f79afd13 /configdialog/kbfxconfigapp.cpp | |
parent | cc78a4792feda2e84c83d794a2bce842f8f68ecd (diff) | |
download | kbfx-61b5e76cb16d7012e65b93e79376cc1a079f0e72.tar.gz kbfx-61b5e76cb16d7012e65b93e79376cc1a079f0e72.zip |
Updated kbfx.org to kbfx.net to point to the correct website address.
This resolves bug 1537.
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 <[email protected]> - * PhobosK <[email protected]> + * PhobosK <[email protected]> * 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 ; } |