diff options
author | Rafael Dominguez <venccsralph@gmail.com> | 2012-08-14 19:02:27 -0430 |
---|---|---|
committer | Rafael Dominguez <venccsralph@gmail.com> | 2012-08-15 07:18:26 -0430 |
commit | 6072d114977421da17127610e4a1a5103fecb20a (patch) | |
tree | e1b7560ed2a4f399d50342909ecc0a45856f26f2 /sfx2/source/doc/templatedlg.hrc | |
parent | e626da3c527812adcd23916489cf95f995c6ec6f (diff) |
Add save templates command to manager.
Change-Id: Ic538f23f1d8c4ba8f1a47386e1d16337cf2650c9
Diffstat (limited to 'sfx2/source/doc/templatedlg.hrc')
-rw-r--r-- | sfx2/source/doc/templatedlg.hrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sfx2/source/doc/templatedlg.hrc b/sfx2/source/doc/templatedlg.hrc index 0b82219d2505..89a022ef868a 100644 --- a/sfx2/source/doc/templatedlg.hrc +++ b/sfx2/source/doc/templatedlg.hrc @@ -38,6 +38,8 @@ #define MNI_ACTION_DEFAULT 27 +#define TBI_TEMPLATE_SAVE 28 + #define STR_ACTION_REFRESH 263 #define STR_ACTION_SORT_NAME 264 @@ -62,6 +64,9 @@ #define STR_MSG_ERROR_DELETE_TEMPLATE 282 #define STR_MSG_ERROR_DELETE_FOLDER 283 #define STR_MSG_ERROR_REPOSITORY_NAME 284 +#define STR_MSG_ERROR_SAVE_SELECT 285 + +#define STR_INPUT_TEMPLATE_NEW 288 #define IMG_ACTION_SORT 304 #define IMG_ACTION_REFRESH 305 |