Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/mRemoteNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiley McArdle <riley@mremoteng.org>2011-05-26 04:06:16 +0400
committerRiley McArdle <riley@mremoteng.org>2011-05-26 04:06:16 +0400
commitec850f6c15d488afd6b621b3e68cd8c8b1da82e3 (patch)
treeb09b370ff956ae0c2d7b95316aea317f2f467186 /mRemoteV1/My Project/Resources.Designer.vb
parent2b1732d061c772f1e01be2716b54700fd75f943e (diff)
Added 15-bit color option for RDP. Fixed the description for 32-bit color (8 bits are not used so it's the same number of colors as 24-bit).
Diffstat (limited to 'mRemoteV1/My Project/Resources.Designer.vb')
-rw-r--r--mRemoteV1/My Project/Resources.Designer.vb11
1 files changed, 10 insertions, 1 deletions
diff --git a/mRemoteV1/My Project/Resources.Designer.vb b/mRemoteV1/My Project/Resources.Designer.vb
index 9ffd7915..469f45d6 100644
--- a/mRemoteV1/My Project/Resources.Designer.vb
+++ b/mRemoteV1/My Project/Resources.Designer.vb
@@ -4882,7 +4882,16 @@ Namespace My.Resources
End Property
'''<summary>
- ''' Looks up a localized string similar to 4294967296 Colours (32-bit).
+ ''' Looks up a localized string similar to 32768 Colours (15-bit).
+ '''</summary>
+ Friend ReadOnly Property strRDP32768Colors() As String
+ Get
+ Return ResourceManager.GetString("strRDP32768Colors", resourceCulture)
+ End Get
+ End Property
+
+ '''<summary>
+ ''' Looks up a localized string similar to 16777216 Colours (32-bit).
'''</summary>
Friend ReadOnly Property strRDP4294967296Colors() As String
Get