1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 04:20:27 +01:00

Updated some .po files, added man page for wsetfont, and fixed a small bug

in WPrefs.app.
This commit is contained in:
dan
1999-05-02 21:23:10 +00:00
parent 113955d0a8
commit b67fc5cad4
6 changed files with 493 additions and 344 deletions

View File

@@ -178,10 +178,10 @@ textEditedObserver(void *observerData, WMNotification *notification)
case WMIllegalTextMovement:
if (WMGetNotificationObject(notification) == panel->icoT) {
WMSetButtonImage(panel->icoaB, NULL);
WMSetButtonImage(panel->icoaB, NULL);
WMSetButtonAltImage(panel->icoaB, NULL);
} else {
WMSetButtonImage(panel->pixaB, NULL);
WMSetButtonImage(panel->pixaB, NULL);
WMSetButtonAltImage(panel->pixaB, NULL);
}
break;
}