diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2010-08-26 10:48:43 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2010-08-26 10:48:43 +0200 |
commit | e79082b1cdf1eefdb07893cf65137df46d1bd590 (patch) | |
tree | 7ad1b2a4aa269077ba5328f35097aca1649749fe /docview | |
parent | 2ea40aa72ea6d4428c059e49cc952445e4a03a60 (diff) | |
download | fpGUI-e79082b1cdf1eefdb07893cf65137df46d1bd590.tar.xz |
docview: added new Tools menu item: Current topic properties.
* this is the same as item in popup menu in TOC tree view. But
this works on hidden topics too.
Diffstat (limited to 'docview')
-rw-r--r-- | docview/src/frm_main.pas | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docview/src/frm_main.pas b/docview/src/frm_main.pas index c3c0fd1e..4f040105 100644 --- a/docview/src/frm_main.pas +++ b/docview/src/frm_main.pas @@ -2441,6 +2441,7 @@ begin AddMenuItem('Find topic by resource name', '', @miToolsFindTopifByName); miDebugHexInfo := AddMenuItem('Toggle hex INF values in contents', '', @miDebugHex); AddMenuItem('View source of RichView component', '', @ViewSourceMIOnClick); + AddMenuItem('Current topic properties', '', @miTopicPropertiesClicked); end; miHelp := TfpgPopupMenu.Create(self); |