diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2017-03-16 18:26:56 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2017-03-17 08:15:27 +0000 |
commit | 2a2b9b5cc98179b699a13f76323365431d862cd3 (patch) | |
tree | c2df3f0b050557dcb633331b97dacfa946b5b209 /include/sfx2/sfx.hrc | |
parent | 807edd77e2df32d89703d5e550893b62d5973bc7 (diff) |
gpg4libre: Also show Infobar when signature is valid
Change-Id: I5eb639d5cc298b595ccee71f00c1f2fc54867186
Reviewed-on: https://gerrit.libreoffice.org/35287
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'include/sfx2/sfx.hrc')
-rw-r--r-- | include/sfx2/sfx.hrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sfx2/sfx.hrc b/include/sfx2/sfx.hrc index abb0606ffd19..139a34f3e2bd 100644 --- a/include/sfx2/sfx.hrc +++ b/include/sfx2/sfx.hrc @@ -124,6 +124,7 @@ #define STR_SIGNATURE_SHOW (RID_SFX_START+140) #define STR_SIGNATURE_NOTVALIDATED (RID_SFX_START+141) #define STR_SIGNATURE_PARTIAL_OK (RID_SFX_START+142) +#define STR_SIGNATURE_OK (RID_SFX_START+143) #define STR_ACCTITLE_PRODUCTIVITYTOOLS (RID_SFX_START+157) #define SFX_THUMBNAIL_TEXT (RID_SFX_START+158) |