aboutsummaryrefslogtreecommitdiff
path: root/mousmain.c
diff options
context:
space:
mode:
Diffstat (limited to 'mousmain.c')
-rw-r--r--mousmain.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/mousmain.c b/mousmain.c
index 02540de..24801b7 100644
--- a/mousmain.c
+++ b/mousmain.c
@@ -35,8 +35,6 @@
#include "dostsr.h"
#include "mousetsr.h"
-static nl_catd cat;
-
#if USE_WHEEL
static bool detect_ps2_wheel(LPTSRDATA data)
{
@@ -761,7 +759,7 @@ int main(int argc, const char *argv[])
LPTSRDATA data = get_tsr_data(true);
int err, argi = 1;
- cat = kittenopen("vbmouse");
+ kittenopen(argv[0]);
printf(_(1, 20, "\nVBMouse %x.%x (reporting as MSMOUSE %x.%x)\n"), VERSION_MAJOR, VERSION_MINOR, REPORTED_VERSION_MAJOR, REPORTED_VERSION_MINOR);