diff options
author | Carsten Driesner <cd@openoffice.org> | 2002-09-20 06:59:46 +0000 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2002-09-20 06:59:46 +0000 |
commit | 0334ba3fa9094fdd82047c69fe09234172da921a (patch) | |
tree | 42cd177ca84157d5b94232eb0cf9bb4febcc7840 /desktop/source/app/desktop.hrc | |
parent | 780bd23ba7e761f1b3252d47b4f8298e88c00e09 (diff) |
#103334# Info box for user under Linux that restart Office is mandatory
Diffstat (limited to 'desktop/source/app/desktop.hrc')
-rw-r--r-- | desktop/source/app/desktop.hrc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/desktop/source/app/desktop.hrc b/desktop/source/app/desktop.hrc index 9b52e5d3ca32..f1ecbe75bc36 100644 --- a/desktop/source/app/desktop.hrc +++ b/desktop/source/app/desktop.hrc @@ -2,9 +2,9 @@ * * $RCSfile: desktop.hrc,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: jb $ $Date: 2002-09-18 15:30:10 $ + * last change: $Author: cd $ $Date: 2002-09-20 07:59:46 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -76,6 +76,8 @@ #define WARNINGBOX_JVMSETUPNOTSTARTED (RID_DESKTOP_DIALOG_START+4) #define WARNINGBOX_JAVALDXNOTSTARTED (RID_DESKTOP_DIALOG_START+5) +#define INFOBOX_PLEASERESTARTOFFICE (RID_DESKTOP_DIALOG_START+50) + #define STR_RECOVER_QUERY (RID_DESKTOP_STRING_START+0) #define STR_RECOVER_TITLE (RID_DESKTOP_STRING_START+1) #define STR_RECOVER_PREPARED (RID_DESKTOP_STRING_START+2) |