Mnemonic should use underscore for cross-platform ease of use
This commit is contained in:
parent
62bd4a3a25
commit
8a90b888e7
@ -15,7 +15,7 @@ namespace UniversalEditor.Accessors
|
||||
{
|
||||
_ar = base.MakeReferenceInternal();
|
||||
_ar.Title = "Internet (HTTP)";
|
||||
_ar.ImportOptions.Add(new CustomOptionText("FileName", "&File name: "));
|
||||
_ar.ImportOptions.Add(new CustomOptionText("FileName", "File _name: "));
|
||||
}
|
||||
return _ar;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user