diff options
author | Mike DePaulo <mikedep333@gmail.com> | 2014-09-02 23:25:11 -0400 |
---|---|---|
committer | Mike DePaulo <mikedep333@gmail.com> | 2014-09-02 23:25:11 -0400 |
commit | 789736713327fc64bd62d5e7087982994bfc00ea (patch) | |
tree | 2e35a7a4e9efd07baff3aa31ac2d28a27206c43e | |
parent | 5c4d7230660b86b95ae6961b9bdc2d0e792ffc19 (diff) | |
download | vcxsrv-789736713327fc64bd62d5e7087982994bfc00ea.tar.gz vcxsrv-789736713327fc64bd62d5e7087982994bfc00ea.tar.bz2 vcxsrv-789736713327fc64bd62d5e7087982994bfc00ea.zip |
Simplify the version string: 1.15.2.0-xp+vc2013+x2gochanges1 -> 1.15.2.0-xp+vc2013+x2go1
-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 2c703494a..ffcee3f23 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 "https://sourceforge.net/u/mikedep333/vcxsrv/ci/master/tree/", IDC_STATIC, 36, 18, 220, 8 LTEXT "x2go-dev@lists.x2go.org", IDC_STATIC, 36, 28, 220, 8 - LTEXT "Version 1.15.2.0-xp+vc2013+x2gochanges1 (2 Sept 2014)", IDC_STATIC, 36, 38, 220, 8 + LTEXT "Version 1.15.2.0-xp+vc2013+x2go1 (2 Sept 2014)", IDC_STATIC, 36, 38, 220, 8 DEFPUSHBUTTON "OK", IDOK, 105, 75, 50, 15 END |