diff options
author | Philipp Lohmann <pl@openoffice.org> | 2002-08-27 10:24:04 +0000 |
---|---|---|
committer | Philipp Lohmann <pl@openoffice.org> | 2002-08-27 10:24:04 +0000 |
commit | cd570e40ab3ed2842a75fd23eb0295d639f6559a (patch) | |
tree | f140fbfa8e9329fd092db1193b497a4e7e1fcd68 /padmin/source/padialog.hrc | |
parent | d476fe8c2d4f5c5a84b9609cfb92f75077b7a484 (diff) |
#101710# add: error messages for failed driver removal
Diffstat (limited to 'padmin/source/padialog.hrc')
-rw-r--r-- | padmin/source/padialog.hrc | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/padmin/source/padialog.hrc b/padmin/source/padialog.hrc index 33069c969a37..2bebd37516c5 100644 --- a/padmin/source/padialog.hrc +++ b/padmin/source/padialog.hrc @@ -2,9 +2,9 @@ * * $RCSfile: padialog.hrc,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: pl $ $Date: 2001-06-27 16:03:31 $ + * last change: $Author: pl $ $Date: 2002-08-27 11:24:03 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -140,17 +140,20 @@ #define RID_FNTNM_STR_TTCRENAME 8 #define RID_FNTNM_STR_NOTRENAMABLE 9 -#define RID_TXT_REFETCH 1031 +#define RID_TXT_REFETCH 1031 -#define RID_BXT_TESTPAGE 1034 -#define RID_BXT_ENVIRONMENT 1035 +#define RID_BXT_TESTPAGE 1034 +#define RID_BXT_ENVIRONMENT 1035 -#define RID_YOU_SURE 1040 +#define RID_YOU_SURE 1040 -#define RID_BUTTERFLY 1047 +#define RID_ERR_REMOVEDRIVERFAILED 1041 + +#define RID_BUTTERFLY 1047 #define RID_COMMAND_TXT_MODIFY 1049 #define RID_COMMAND_TXT_ADDENTRY 1050 +#define RID_ERR_REMOVESGENPRT 1051 #define RID_PA_TXT_NOWRITE 1052 #define RID_DOUBLEFONTFILE 1053 #define RID_INVALIDFONTPATH 1054 |