aboutsummaryrefslogtreecommitdiff
path: root/tools/Translator
diff options
context:
space:
mode:
authorvdrfan <vdrfan@svn>2010-02-16 15:06:56 +0000
committervdrfan <vdrfan@svn>2010-02-16 15:06:56 +0000
commite5d1f2eb7585016c22f8682e5a05c3e87383325c (patch)
tree61d8544aff4c5463cf9a99e16b60dffa66e2776e /tools/Translator
parent251ccc2ac5d39092ccf6a1cf7f5a1f44537b2c28 (diff)
changed: updated xbmc.org related urls to reflect latest website changes
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27887 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'tools/Translator')
-rw-r--r--tools/Translator/Changelog.txt4
-rw-r--r--tools/Translator/Translator/MainForm.cs2
2 files changed, 3 insertions, 3 deletions
diff --git a/tools/Translator/Changelog.txt b/tools/Translator/Changelog.txt
index d53a61adf0..f25dfc71ac 100644
--- a/tools/Translator/Changelog.txt
+++ b/tools/Translator/Changelog.txt
@@ -8,14 +8,14 @@ added/fixed: (dd-mm-yyyy) (please specify date in CET)
- 24-09-2006 fixed: possible crashes when loading the langinfo.xml
- 17-09-2006 fixed: No new languages could be created
- 17-09-2006 added: user is now asked if he wants to save changes on app exit or when opening a new file
- - 10-09-2006 changed: help url now points to http://xbmc.org/wiki/index.php?title=XBMC_Translator
+ - 10-09-2006 changed: help url now points to http://wiki.xbmc.org/index.php?title=XBMC_Translator
- 10-09-2006 added: Product information to the assembly
- 10-09-2006 changed: derived TranslatorException from ApplicationException
- 10-09-2006 fixed: corrected some typos
- 28-07-2006 added: new speed units
- 28-07-2006 fixed: tab stop order when editing a string
- 28-07-2006 added: Translator icon to Add/Remove Programs
- - 28-07-2006 added: menu item help that links to http://xbmc.org/wiki/index.php?title=XBMC_Translator
+ - 28-07-2006 added: menu item help that links to http://wiki.xbmc.org/index.php?title=XBMC_Translator
- 07-07-2006 changed: better searching of stings by whole word
- 26-06-2006 changed: input focus is always set to the textbox in the find form
- 24-06-2006 added: better error message for files with duplicate string id's
diff --git a/tools/Translator/Translator/MainForm.cs b/tools/Translator/Translator/MainForm.cs
index eedb74d1f7..08546a8bbd 100644
--- a/tools/Translator/Translator/MainForm.cs
+++ b/tools/Translator/Translator/MainForm.cs
@@ -1067,7 +1067,7 @@ namespace TeamXBMC.Translator
/// </summary>
private void menuItemHelp_Click(object sender, System.EventArgs e)
{
- System.Diagnostics.Process.Start("http://xbmc.org/wiki/index.php?title=XBMC_Translator");
+ System.Diagnostics.Process.Start("http://wiki.xbmc.org/index.php?title=XBMC_Translator");
}
/// <summary>