diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-05-16 11:41:48 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-05-16 14:33:40 +0100 |
commit | b1415411a1f0f3ad5ad4c0f7b2600fb5ba1e6f82 (patch) | |
tree | 92d677dcc6286610d8789430180a132ae0a82eb0 /cui | |
parent | 8ba847daf0c6dc4ce0100e4623b5b7b6c1d91ba7 (diff) |
turns out the socks options don't exist either
Change-Id: Ib762aa6b98b5fcc72b4677aa52053a04cd264a73
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/options/optinet2.hrc | 4 | ||||
-rw-r--r-- | cui/source/options/optinet2.src | 27 |
2 files changed, 0 insertions, 31 deletions
diff --git a/cui/source/options/optinet2.hrc b/cui/source/options/optinet2.hrc index 31b169f15cbe..986e9a61e6e9 100644 --- a/cui/source/options/optinet2.hrc +++ b/cui/source/options/optinet2.hrc @@ -34,10 +34,6 @@ #define ED_FTP_PROXY 5 #define FT_FTP_PORT 6 #define ED_FTP_PORT 6 -#define FT_SOCKS_PROXY 7 -#define ED_SOCKS_PROXY 7 -#define FT_SOCKS_PORT 8 -#define ED_SOCKS_PORT 8 #define FT_NOPROXYFOR 11 #define ED_NOPROXYFOR 11 #define ED_NOPROXYDESC 12 diff --git a/cui/source/options/optinet2.src b/cui/source/options/optinet2.src index c396b50099f4..92acefd45cdf 100644 --- a/cui/source/options/optinet2.src +++ b/cui/source/options/optinet2.src @@ -152,33 +152,6 @@ TabPage RID_SVXPAGE_INET_PROXY Size = MAP_APPFONT ( ED_PORT_WIDTH , 12 ) ; Border = TRUE ; }; - FixedText FT_SOCKS_PROXY - { - Pos = MAP_APPFONT ( 12 , GB_TYPES_TOP + 77 ) ; - Size = MAP_APPFONT ( 50 , 10 ) ; - Text [ en-US ] = "~SOCKS proxy" ; - }; - Edit ED_SOCKS_PROXY - { - HelpID = "cui:Edit:RID_SVXPAGE_INET_PROXY:ED_SOCKS_PROXY"; - Pos = MAP_APPFONT ( 65 , GB_TYPES_TOP + 75 ) ; - Size = MAP_APPFONT ( 123 , 12 ) ; - Border = TRUE ; - }; - FixedText FT_SOCKS_PORT - { - Pos = MAP_APPFONT ( 190 , GB_TYPES_TOP + 77 ) ; - Size = MAP_APPFONT ( FT_PORT_WIDTH , 8 ) ; - Right = TRUE; - Text [ en-US ] = "Po~rt" ; - }; - Edit ED_SOCKS_PORT - { - HelpID = "cui:Edit:RID_SVXPAGE_INET_PROXY:ED_SOCKS_PORT"; - Pos = MAP_APPFONT ( ED_PORT_COL , GB_TYPES_TOP + 75 ) ; - Size = MAP_APPFONT ( ED_PORT_WIDTH , 12 ) ; - Border = TRUE ; - }; FixedText FT_NOPROXYFOR { Pos = MAP_APPFONT ( 12 , GB_TYPES_TOP + 93 ) ; |