summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/app.src
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-09-21 08:28:06 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-09-21 08:28:06 +0000
commit6ea418e4a001a6a9f8c707ef372f89a50bc19653 (patch)
treeedf89a2861bc83144fec2f9f225287277e33c102 /sfx2/source/appl/app.src
parent09d03a943bf1530b362c82aeef5e90b5b38d814c (diff)
INTEGRATION: CWS obr06 (1.117.62); FILE MERGED
2007/09/13 04:50:12 obr 1.117.62.1: #i79065# online update's new home is in extensions
Diffstat (limited to 'sfx2/source/appl/app.src')
-rw-r--r--sfx2/source/appl/app.src43
1 files changed, 2 insertions, 41 deletions
diff --git a/sfx2/source/appl/app.src b/sfx2/source/appl/app.src
index 92675a09247b..35195a485e68 100644
--- a/sfx2/source/appl/app.src
+++ b/sfx2/source/appl/app.src
@@ -4,9 +4,9 @@
*
* $RCSfile: app.src,v $
*
- * $Revision: 1.118 $
+ * $Revision: 1.119 $
*
- * last change: $Author: kz $ $Date: 2007-09-06 08:48:34 $
+ * last change: $Author: vg $ $Date: 2007-09-21 09:28:06 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1104,42 +1104,3 @@ String RID_XMLSEC_DOCUMENTSIGNED
Text [ en-US ] = "(Signed)" ;
};
-ModalDialog DLG_CHECKFORONLINEUPDATE
-{
- HelpID = HID_DLG_CHECKFORONLINEUPDATE ;
- OutputSize = TRUE ;
- Moveable = TRUE ;
- Closeable = FALSE ;
- Sizeable = FALSE ;
- Border = TRUE ;
- SVLook = TRUE ;
- Size = MAP_APPFONT( 200, 125 );
- Text [ en-US ] = "Check for Updates" ;
-
- FixedText RID_CHECKFORONLINEUPDATE_FT_MSG
- {
- Pos = MAP_APPFONT( 10, 25 );
- Size = MAP_APPFONT( 180, 50 );
- Wordbreak = TRUE;
- Text [ en-US ] = "The program checks for a new version update based on information about your installed %PRODUCTNAME version and currently available updates.";
- };
-
- CancelButton RID_CHECKFORONLINEUPDATE_PB_CANCEL
- {
- Pos = MAP_APPFONT( 140, 100 );
- Size = MAP_APPFONT( 50, 14 );
- TabStop = TRUE;
- };
-};
-
-InfoBox INFOBOX_NO_NEW_UPDATE_AVAILABLE
-{
- Message [ en-US ] = "No new update is available.\n %PRODUCTNAME is up to date." ;
-};
-
-InfoBox INFOBOX_NEW_UPDATE_AVAILABLE
-{
- Message [ en-US ] = "A new update is available.\nClick OK to open the website, where you can start the download." ;
- Buttons = WB_OK_CANCEL ;
- DefButton = WB_DEF_OK ;
-};