diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2011-02-23 22:10:39 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2011-02-23 22:10:39 +0200 |
commit | ca8c27f88c98c63f7d3ce095149c6b48891875b5 (patch) | |
tree | a5133ace0006c434a763915cab8fc4f46b842be4 | |
parent | 270c3f7d18c702118ecf4b1c035fec5e313ee336 (diff) | |
download | fpGUI-ca8c27f88c98c63f7d3ce095149c6b48891875b5.tar.xz |
docview: add missing button hints on toolbar.
-rw-r--r-- | docview/src/frm_main.pas | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docview/src/frm_main.pas b/docview/src/frm_main.pas index 83485729..c7d0cb69 100644 --- a/docview/src/frm_main.pas +++ b/docview/src/frm_main.pas @@ -3149,7 +3149,7 @@ begin Text := ''; Flat := True; FontDesc := '#Label1'; - Hint := ''; + Hint := 'Quit the application'; ImageMargin := -1; ImageName := 'stdimg.quit'; ImageSpacing := 0; @@ -3213,7 +3213,7 @@ begin Text := ''; Flat := True; FontDesc := '#Label1'; - Hint := ''; + Hint := 'Add an annotation'; ImageMargin := -1; ImageName := 'dv.notegreen'; ImageSpacing := 0; |