diff options
author | Szymon Kłos <eszkadev@gmail.com> | 2014-11-08 13:43:07 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-11-11 16:39:39 +0000 |
commit | 2fc7a10dbf7f76046cd287c7e7695fc547d2fab3 (patch) | |
tree | e18f45fdab549b561507914b37949214ddab9d12 /sfx2/source/dialog/dialog.hrc | |
parent | bd78cbd028781c27c824c52715824e3cefda6054 (diff) |
fdo#84582 : fixed label in the 'Insert Version Comment' dialog
When user's data are empty, dialog shows "(no name set)".
Dialog:
Writer->File->Versions...->Save New Version
Change-Id: I6780cbe452fbc206b3e153975dbb1c1d9570718b
Reviewed-on: https://gerrit.libreoffice.org/12307
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2/source/dialog/dialog.hrc')
-rw-r--r-- | sfx2/source/dialog/dialog.hrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/dialog/dialog.hrc b/sfx2/source/dialog/dialog.hrc index 74eaba91b313..73e39ac92df4 100644 --- a/sfx2/source/dialog/dialog.hrc +++ b/sfx2/source/dialog/dialog.hrc @@ -46,6 +46,7 @@ #define MN_CONTEXT_TEMPLDLG ( RC_DIALOG_BEGIN + 46) #define STR_VIEWVERSIONCOMMENT ( RC_DIALOG_BEGIN + 71 ) +#define STR_NO_NAME_SET ( RC_DIALOG_BEGIN + 72 ) #define STR_ERROR_WRONG_CONFIRM ( RC_DIALOG_BEGIN + 76 ) |