git-svn-id: svn://ultimatepp.org/upp/trunk@423 f0d560ea-af0d-0410-9eb7-867de7ffcac7

This commit is contained in:
cxl 2008-09-10 10:58:15 +00:00
parent 49d21c06f2
commit feadbd5bab
2 changed files with 2 additions and 1 deletions

View file

@ -1034,3 +1034,4 @@ CodeEditor::CodeEditor() {
CodeEditor::~CodeEditor() {}
END_UPP_NAMESPACE

View file

@ -118,7 +118,7 @@ void TopicEditor::MainTool(Bar& bar)
bar.Gap();
editor.IndexEntryTool(bar);
bar.Break();
editor.HyperlinkTool(bar, 300, K_CTRL_M);
editor.HyperlinkTool(bar, 300, K_CTRL_H);
bar.Gap();
editor.ParaTools(bar);
bar.Gap();