diff options
author | Rafael Dominguez <venccsralph@gmail.com> | 2012-06-29 13:02:48 -0430 |
---|---|---|
committer | Rafael Dominguez <venccsralph@gmail.com> | 2012-06-29 13:07:47 -0430 |
commit | ea508ce93296a56a537c219879d3b5aa11f969fa (patch) | |
tree | 9eb9c01defb631c60d0b94073a36335cb1871e66 /sfx2/source/doc/templatedlg.src | |
parent | fd4ba654170c7142fb05f2183ec43384f55dfbda (diff) |
Add a close button to the dialog.
Change-Id: I2bf1006107b29ce2b105830b3daf41870c5629ba
Diffstat (limited to 'sfx2/source/doc/templatedlg.src')
-rw-r--r-- | sfx2/source/doc/templatedlg.src | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sfx2/source/doc/templatedlg.src b/sfx2/source/doc/templatedlg.src index 48bee92f4436..38763964b02c 100644 --- a/sfx2/source/doc/templatedlg.src +++ b/sfx2/source/doc/templatedlg.src @@ -106,6 +106,13 @@ ModalDialog DLG_TEMPLATE_MANAGER QuickHelpText [en-US] = "Enables selecting items by just clicking in the thumbnail or title."; }; + PushButton BTN_TEMPLATE_CLOSE + { + Size = MAP_APPFONT(50,14); + TabStop = TRUE; + Text [en-US] = "Close"; + }; + Control TEMPLATE_VIEW { Pos = MAP_APPFONT(5,30); |