﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
17876	move page AddValue -> AddTag and adapt context sensitive help	Klumbumbus	team	"Since the dialog was renamed in r14926 I'd like to move the wiki page wiki:/Help/Dialog/AddValue. Is the patch for the context sensitive help sufficient?

{{{#!patch
--- TagEditHelper.java	(Revision 15202)
+++ TagEditHelper.java	(Arbeitskopie)
@@ -709,7 +709,7 @@
             super(MainApplication.getMainFrame(), tr(""Add tag""), tr(""OK""), tr(""Cancel""));
             setButtonIcons(""ok"", ""cancel"");
             setCancelButton(2);
-            configureContextsensitiveHelp(""/Dialog/AddValue"", true /* show help button */);
+            configureContextsensitiveHelp(""/Dialog/AddTag"", true /* show help button */);
 
             mainPanel = new JPanel(new GridBagLayout());
             keys = new AutoCompletingComboBox();

}}}
"	defect	closed	normal		Core shortcuts		wontfix		
