Kaydet (Commit) 1b180363 authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS jl61 (1.11.4); FILE MERGED

2007/05/09 09:20:45 jl 1.11.4.2: #i75869#
2007/04/26 09:23:48 jl 1.11.4.1: #i75869# added Options button and some logic for enabling it
üst b0cb1b4e
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: dp_gui_dialog.src,v $ * $RCSfile: dp_gui_dialog.src,v $
* *
* $Revision: 1.11 $ * $Revision: 1.12 $
* *
* last change: $Author: ihi $ $Date: 2007-04-19 15:39:20 $ * last change: $Author: kz $ $Date: 2007-06-20 10:46:25 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -87,6 +87,15 @@ ModelessDialog RID_DLG_PACKAGE_MANAGER ...@@ -87,6 +87,15 @@ ModelessDialog RID_DLG_PACKAGE_MANAGER
TabStop = TRUE; TabStop = TRUE;
Text [ en-US ] = "~Updates..."; Text [ en-US ] = "~Updates...";
}; };
PushButton RID_BTN_OPTIONS
{
Disable = TRUE;
TabStop = TRUE;
Text [ en-US ] = "~Options...";
Text [ de ] = "~Optionen...";
};
OKButton RID_BTN_CLOSE OKButton RID_BTN_CLOSE
{ {
...@@ -227,6 +236,11 @@ String RID_CTX_ITEM_CHECK_UPDATE ...@@ -227,6 +236,11 @@ String RID_CTX_ITEM_CHECK_UPDATE
Text [ en-US ] = "~Update..."; Text [ en-US ] = "~Update...";
}; };
String RID_CTX_ITEM_OPTIONS
{
Text [ en-US ] = "~Options...";
};
String RID_STR_EXPORT_PACKAGE String RID_STR_EXPORT_PACKAGE
{ {
Text [ en-US ] = "Export Extension"; Text [ en-US ] = "Export Extension";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment