mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-22 22:28:02 +01:00
Consistent terms for switch panel cycling.
The terms "switch panel" and "cycling" have been used in Window Maker since time immemorial but have not always been applied consistently.
This commit is contained in:
committed by
Carlos R. Mafra
parent
a772f2797d
commit
bb9f91a355
@@ -3317,7 +3317,7 @@ static int setSwPOptions(WScreen * scr, WDefaultEntry * entry, void *tdata, void
|
||||
|
||||
if (cwidth <= 0 || cheight <= 0 ||
|
||||
cwidth >= bgimage->width - 2 || cheight >= bgimage->height - 2)
|
||||
wwarning(_("Invalid split sizes for SwitchPanel back image."));
|
||||
wwarning(_("Invalid split sizes for switch panel back image."));
|
||||
else {
|
||||
int i;
|
||||
int swidth, theight;
|
||||
|
||||
Reference in New Issue
Block a user