summaryrefslogtreecommitdiff
path: root/rsc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-10-13 07:24:03 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-10-13 07:24:03 +0000
commit6a5b570397932a542d5f33ba752a6479a692c7d8 (patch)
tree4a9de55dd2c8e875229b63403fb6c3443bb580b1 /rsc
parent82356b77fcb90dec71ac36971cdc2256ea5d5936 (diff)
INTEGRATION: CWS vcl27 (1.6.14); FILE MERGED
2004/09/13 11:07:30 dv 1.6.14.1: #116950# Added support for ABORT_RETRY_IGNORE message box
Diffstat (limited to 'rsc')
-rw-r--r--rsc/source/parser/rscibas.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/rsc/source/parser/rscibas.cxx b/rsc/source/parser/rscibas.cxx
index 4d9298bd37c2..119ea8a75fba 100644
--- a/rsc/source/parser/rscibas.cxx
+++ b/rsc/source/parser/rscibas.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rscibas.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: hjs $ $Date: 2004-06-26 20:25:15 $
+ * last change: $Author: hr $ $Date: 2004-10-13 08:24:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -616,6 +616,7 @@ RscEnum * RscTypCont::InitMessButtons(){
SETCONST( pMessButtons, "WB_YES_NO", WB_YES_NO );
SETCONST( pMessButtons, "WB_YES_NO_CANCEL", WB_YES_NO_CANCEL );
SETCONST( pMessButtons, "WB_RETRY_CANCEL", WB_RETRY_CANCEL );
+ SETCONST( pMessButtons, "WB_ABORT_RETRY_IGNORE", WB_ABORT_RETRY_IGNORE );
return( pMessButtons );
}
@@ -638,6 +639,7 @@ RscEnum * RscTypCont::InitMessDefButton(){
SETCONST( pMessDefButton, "WB_DEF_RETRY", WB_DEF_RETRY );
SETCONST( pMessDefButton, "WB_DEF_YES", WB_DEF_YES );
SETCONST( pMessDefButton, "WB_DEF_NO", WB_DEF_NO );
+ SETCONST( pMessDefButton, "WB_DEF_IGNORE", WB_DEF_IGNORE );
return( pMessDefButton );
}