Browse Source

fix typo

tags/2.3
clowwindy 9 years ago
parent
commit
179eb818a7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      shadowsocks-csharp/View/QRCodeSplashForm.cs

+ 1
- 1
shadowsocks-csharp/View/QRCodeSplashForm.cs View File

@@ -247,7 +247,7 @@ namespace Shadowsocks.View
if (bitmap.PixelFormat != PixelFormat.Format32bppArgb) if (bitmap.PixelFormat != PixelFormat.Format32bppArgb)
throw new ApplicationException("The bitmap must be 32ppp with alpha-channel."); throw new ApplicationException("The bitmap must be 32ppp with alpha-channel.");
// The ideia of this is very simple,
// The idea of this is very simple,
// 1. Create a compatible DC with screen; // 1. Create a compatible DC with screen;
// 2. Select the bitmap with 32bpp with alpha-channel in the compatible DC; // 2. Select the bitmap with 32bpp with alpha-channel in the compatible DC;
// 3. Call the UpdateLayeredWindow. // 3. Call the UpdateLayeredWindow.


Loading…
Cancel
Save