mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 14:15:49 -06:00
Add help for options pgadmin3opt.Press Ctrl+F1
This commit is contained in:
parent
c1b222ee43
commit
e54809faf2
3 changed files with 12 additions and 6 deletions
|
|
@ -71,7 +71,7 @@ void ctlTreeJSON::OnChar(wxKeyEvent& event) {
|
|||
<p><b>Ctrl-Z</b> - Return source context node.</p>
|
||||
</body>
|
||||
</html>)";
|
||||
showHelpHtml(this,helpstr,screenPos, wxSize(450,300));
|
||||
showHelpHtml((wxWindow *)winMain,helpstr,screenPos, wxSize(450,300));
|
||||
return;
|
||||
}
|
||||
if (event.GetKeyCode() == WXK_CONTROL_F) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue