diff options
author | marha <marha@users.sourceforge.net> | 2013-07-26 10:33:03 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-07-26 10:33:03 +0200 |
commit | 78d1e1787d6a2ecc3ad765bd1689a600e44ed13b (patch) | |
tree | 8b24d684fa7da9ba9fbde33ddd87afa43eb5196c /xorg-server/hw/xwin/XWin.rc | |
parent | 933f11aef6dfe0c0e04c5c64d1397ed224916939 (diff) | |
download | vcxsrv-78d1e1787d6a2ecc3ad765bd1689a600e44ed13b.tar.gz vcxsrv-78d1e1787d6a2ecc3ad765bd1689a600e44ed13b.tar.bz2 vcxsrv-78d1e1787d6a2ecc3ad765bd1689a600e44ed13b.zip |
Solved typing mistake
Diffstat (limited to 'xorg-server/hw/xwin/XWin.rc')
-rw-r--r-- | xorg-server/hw/xwin/XWin.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/hw/xwin/XWin.rc b/xorg-server/hw/xwin/XWin.rc index b7d3f9f81..08a206d88 100644 --- a/xorg-server/hw/xwin/XWin.rc +++ b/xorg-server/hw/xwin/XWin.rc @@ -47,7 +47,7 @@ BEGIN LTEXT "VcXsrv X Server ", IDC_STATIC, 36, 8, 220, 8 LTEXT "http://vcxsrv.sourceforge.net", IDC_STATIC, 36, 18, 220, 8 LTEXT "marha@users.sourceforge.net", IDC_STATIC, 36, 28, 220, 8 - LTEXT "Version 1.14.2.1 (26 Jule 2013)", IDC_STATIC, 36, 38, 220, 8 + LTEXT "Version 1.14.2.1 (26 July 2013)", IDC_STATIC, 36, 38, 220, 8 DEFPUSHBUTTON "OK", IDOK, 105, 75, 50, 15 END |