1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-22 22:28:02 +01:00

fixed crash bug on mouse panel

This commit is contained in:
kojima
1999-09-19 20:56:43 +00:00
parent 48bbd508e1
commit a06f09c849

View File

@@ -759,7 +759,7 @@ storeData(_Panel *panel)
char buffer[64];
int i;
char *tmp, *p;
static char *button[3] = {"left", "middle", "right"};
static char *button[5] = {"None", "left", "middle", "right", "Button4", "Button5"};
WMUserDefaults *udb = WMGetStandardUserDefaults();
if (!WMGetUDBoolForKey(udb, "NoXSetStuff")) {