1
0
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:
Iain Patterson
2014-06-15 08:52:55 +01:00
committed by Carlos R. Mafra
parent a772f2797d
commit bb9f91a355
16 changed files with 32 additions and 32 deletions

View File

@@ -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;