From ea2be3b29bf8ec1cb859d88fa26e2cefe9d7701c Mon Sep 17 00:00:00 2001 From: John Toman Date: Fri, 21 Aug 2009 03:38:40 +0000 Subject: [PATCH] changes name of dialogs from 4.0-pre to 4.0 git-svn-id: svn://svn.code.sf.net/p/qjoypad/code/trunk@109 c05e91a0-76c8-4ec0-b377-ef19ce7cc080 --- src/constant.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constant.h b/src/constant.h index e33c763..ac09a3a 100644 --- a/src/constant.h +++ b/src/constant.h @@ -22,7 +22,7 @@ //fastest the mouse can go. Completely arbitrary. #define MAXMOUSESPEED 5000 -#define NAME "QJoyPad 4.0-pre" +#define NAME "QJoyPad 4.0" #define MOUSE_OFFSET 400 #ifdef _DEBUG