From 61b5e76cb16d7012e65b93e79376cc1a079f0e72 Mon Sep 17 00:00:00 2001
From: Michele Calgaro
Date: Fri, 14 Mar 2014 18:03:28 +0900
Subject: Updated kbfx.org to kbfx.net to point to the correct website address.
This resolves bug 1537.
---
configdialog/kbfxconfigapp.cpp | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
(limited to 'configdialog/kbfxconfigapp.cpp')
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
- * PhobosK
+ * PhobosK
* 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 ( "%1
" );
m_KbfxVersion2 = tr2i18n ( "You are running: KBFX " APPLICATION_VERSION "" );
m_KbfxNewsBrowserError = tr2i18n ( "
"
- "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."
"
"
"If you want you can check the latest news for KBFX from here:"
- "
KBFX News
" );
+ "
KBFX News
" );
m_KbfxLogoButton = tr2i18n ( "KBFX start button
"
"Tip! "
"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 ( "KBFX tooltip settings
"
"Tip! "
"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 ;
}
--
cgit v1.2.3