Is there a way to commit changes to SVN repository without being registered as a developer. I added one menu item under Help menu and coresponding translation in lang folder. How can I commit the changes?
Anyway, here's the patch:
Index: gui.tcl
===================================================================
--- gui.tcl (revision 7127)
+++ gui.tcl (working copy)
@@ -3278,6 +3278,8 @@
set lang [::config::getGlobalKey language]
$help add command -label "[trans faq]" \
-command "launch_browser \"http://amsn.sourceforge.net/faq.php?lang=$lang\""
+ $help add command -label "[trans forums]" \
+ -command "launch_browser \"http://amsn.sourceforge.net/forums/index.php\""
$help add separator
$help add command -label "[trans msnstatus]" \
-command "launch_browser \"http://messenger.msn.com/Status.aspx\""
Nothing revolutionary though, but I like to be able to access forums from aMSN.
Thanks