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

Add NEWS and fix a typo bug in user menu.

This commit is contained in:
id
1999-04-18 06:07:04 +00:00
parent eb8adc46f5
commit b54a5f65e4
2 changed files with 28 additions and 0 deletions

View File

@@ -333,6 +333,7 @@ wUserMenuGet(WScreen *scr, WWindow *wwin)
char *tmp;
tmp=wmalloc(strlen(wwin->wm_instance)+strlen(wwin->wm_class)+7);
sprintf(tmp,"%s.%s.menu",wwin->wm_instance,wwin->wm_class);
path = wfindfile(DEF_USER_MENU_PATHS,tmp);
free(tmp);