1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-15 05:25:53 +01:00

updated de.po and fixed a typo

This commit is contained in:
dan
2002-01-10 06:03:06 +00:00
parent 9b63a77d6a
commit 4f84c48ccb
6 changed files with 61 additions and 49 deletions

View File

@@ -41,35 +41,35 @@ typedef struct W_Button {
WMAlignment alignment:2;
unsigned int selected:1;
unsigned int enabled:1;
unsigned int bordered:1;
unsigned int springLoaded:1;
unsigned int pushIn:1; /* change relief while pushed */
unsigned int pushLight:1; /* highlight while pushed */
unsigned int pushChange:1; /* change caption while pushed */
unsigned int stateLight:1; /* state indicated by highlight */
unsigned int stateChange:1; /* state indicated by caption change */
unsigned int statePush:1; /* state indicated by relief */
unsigned int continuous:1; /* continually perform action */
/* */
unsigned int prevSelected:1;
unsigned int pushed:1;
unsigned int wasPushed:1;
unsigned int redrawPending:1;
unsigned int addedObserver:1;
} flags;
} Button;