mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-09 15:24:12 +01:00
Update to Window Maker 0.50.2
This commit is contained in:
@@ -145,7 +145,7 @@ speedClick(WMWidget *w, void *data)
|
||||
panel->lastClickedSpeed = panel->speedB[i];
|
||||
panel->acceleration = 0.5+(i*0.5);
|
||||
|
||||
sprintf(buffer, "Accel.: %.2f", 0.5+(i*0.5));
|
||||
sprintf(buffer, _("Accel.: %.2f"), 0.5+(i*0.5));
|
||||
WMSetLabelText(panel->acceL, buffer);
|
||||
|
||||
tmp = WMGetTextFieldText(panel->threT);
|
||||
|
||||
Reference in New Issue
Block a user