diff options
author | marha <marha@users.sourceforge.net> | 2009-11-06 15:34:35 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-11-06 15:34:35 +0000 |
commit | aadbba08d10065b0104b83084245f41a3e704c41 (patch) | |
tree | 3cf349995b3d9fc9e3c0956fdec94b2c84e9f7ce /xorg-server/hw | |
parent | 644f187f8844c573ec9920de33b47892266c6457 (diff) | |
download | vcxsrv-aadbba08d10065b0104b83084245f41a3e704c41.tar.gz vcxsrv-aadbba08d10065b0104b83084245f41a3e704c41.tar.bz2 vcxsrv-aadbba08d10065b0104b83084245f41a3e704c41.zip |
Added xclock and xcalc to system menu.
Diffstat (limited to 'xorg-server/hw')
-rw-r--r-- | xorg-server/hw/xwin/winprefs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/hw/xwin/winprefs.c b/xorg-server/hw/xwin/winprefs.c index 1d94ec206..60c96aff7 100644 --- a/xorg-server/hw/xwin/winprefs.c +++ b/xorg-server/hw/xwin/winprefs.c @@ -399,7 +399,7 @@ HandleCustomWM_COMMAND (unsigned long hwndIn, CloseHandle (child.hProcess); } else - MessageBox(NULL, m->menuItem[j].param, "Mingrc Exec Command Error!", MB_OK | MB_ICONEXCLAMATION); + MessageBox(NULL, m->menuItem[j].param, "VcXsrv Exec Command Error!", MB_OK | MB_ICONEXCLAMATION); } return TRUE; #endif |