diff options
author | Graeme Geldenhuys <graemeg@gmail.com> | 2013-04-03 14:20:47 +0100 |
---|---|---|
committer | Graeme Geldenhuys <graemeg@gmail.com> | 2013-04-03 14:20:47 +0100 |
commit | 68a0c5357a9efd9c6184dd0b93593f192f377a23 (patch) | |
tree | 7930a3ebfbee2171ded2294d703e5d811c36b754 /docview/src | |
parent | a4ebdffd940c415d3784733df54b1e2ab5ac332c (diff) | |
download | fpGUI-68a0c5357a9efd9c6184dd0b93593f192f377a23.tar.xz |
docview: update help file - bookmarks functionality is now fully implemented
Diffstat (limited to 'docview/src')
-rw-r--r-- | docview/src/frm_main.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docview/src/frm_main.pas b/docview/src/frm_main.pas index 42d8fa73..090916a3 100644 --- a/docview/src/frm_main.pas +++ b/docview/src/frm_main.pas @@ -3147,7 +3147,7 @@ begin Name := 'miBookmarks'; SetPosition(292, 144, 132, 20); AddMenuItem('Add', '', @btnBookmarkClick); - AddMenuItem('Show...', '', @miOpenBookmarksMenuClicked); + AddMenuItem('Edit...', '', @miOpenBookmarksMenuClicked); end; miView := TfpgPopupMenu.Create(self); |