1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-22 01:45:46 +01:00

fixed misc bugs

This commit is contained in:
kojima
2000-04-02 00:04:06 +00:00
parent ead4f5d3e1
commit 449a5fde76
9 changed files with 34 additions and 11 deletions

View File

@@ -320,6 +320,7 @@ createPanel(Panel *p)
WMSetButtonAltImage(panel->clipB, icon1);
WMReleasePixmap(icon1);
}
free(path);
}
WMSetBalloonTextForView(_("Disable/enable the Clip (that thing with\n"
"a paper clip icon)."),
@@ -332,7 +333,7 @@ createPanel(Panel *p)
WMRealizeWidget(panel->frame);
WMMapSubwidgets(panel->frame);
showData(panel);
}