Kaydet (Commit) 85940600 authored tarafından Caolán McNamara's avatar Caolán McNamara

drop unused dns entries from proxy dialog desc

Change-Id: I98d240c3334358a5c2ec3b34e9967ebe945464f8
üst 3cf4fffe
......@@ -47,15 +47,6 @@
#define FT_HTTPS_PORT 15
#define ED_HTTPS_PORT 15
// Protocols --------------------------------------------------------------
#define GB_DNS 105
#define RB_DNS_AUTO 106
#define RB_DNS_MANUAL 107
#define ED_DNS 107
#define ST_MSG_255_0 111
#define ST_MSG_255_1 112
// Defines - JavaScriptDisableQueryBox_Impl -------------------------------
#define IMG_JSCPT_WARNING 220
......
......@@ -202,44 +202,6 @@ TabPage RID_SVXPAGE_INET_PROXY
Size = MAP_APPFONT ( 56 , 8 ) ;
Text [ en-US ] = "Separator ;" ;
};
FixedLine GB_DNS
{
Pos = MAP_APPFONT( 6, 100 );
Size = MAP_APPFONT( 248, 8 );
Text [ en-US ] = "DNS server" ;
};
RadioButton RB_DNS_AUTO
{
HelpID = "cui:RadioButton:RID_SVXPAGE_INET_PROXY:RB_DNS_AUTO";
Pos = MAP_APPFONT( 12, 111 );
Size = MAP_APPFONT( 236, 10 );
Text [ en-US ] = "~Automatic" ;
};
RadioButton RB_DNS_MANUAL
{
HelpID = "cui:RadioButton:RID_SVXPAGE_INET_PROXY:RB_DNS_MANUAL";
Pos = MAP_APPFONT( 12, 124 );
Size = MAP_APPFONT( 75, 10 );
Text [ en-US ] = "~Manual" ;
};
PatternField ED_DNS
{
HelpID = "cui:PatternField:RID_SVXPAGE_INET_PROXY:ED_DNS";
Pos = MAP_APPFONT( 90, 126 );
Size = MAP_APPFONT( 66, 12 );
Border = TRUE ;
LiteralMask = " . . . " ;
EditMask = "nnnLnnnLnnnLnnn" ;
StrictFormat = TRUE ;
};
String ST_MSG_255_0
{
Text [ en-US ] = "is not a valid entry for this field. Please specify a value between 0 and 255." ;
};
String ST_MSG_255_1
{
Text [ en-US ] = "is not a valid entry for this field. Please specify a value between 1 and 255." ;
};
};
ErrorBox RID_SVXERR_OPT_PROXYPORTS
......
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