mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-21 05:18:06 +01:00
Update for 0.52.0. This is a test version, which brings the Appearance
section to WPrefs for testing purposes.
This commit is contained in:
@@ -1738,6 +1738,12 @@ OpenRootMenu(WScreen *scr, int x, int y, int keyboard)
|
||||
if (!menu) {
|
||||
/* menu hasn't changed or could not be read */
|
||||
if (!scr->root_menu) {
|
||||
wMessageDialog(scr, _("Error"),
|
||||
_("The applications menu could not be loaded."
|
||||
"Look at the console output for a detailed"
|
||||
"description of the errors"),
|
||||
_("OK"), NULL, NULL);
|
||||
|
||||
menu = makeDefaultMenu(scr);
|
||||
scr->root_menu = menu;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user