mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-21 05:18:06 +01:00
Set a better exit panel message
Replace the exit window manager generic message with Window Maker term instead.
This commit is contained in:
committed by
Carlos R. Mafra
parent
01bd523cee
commit
a6209cc89b
@@ -186,7 +186,7 @@ static void exitCommand(WMenu * menu, WMenuEntry * entry)
|
||||
|
||||
oldSaveSessionFlag = wPreferences.save_session_on_exit;
|
||||
r = wExitDialog(menu->frame->screen_ptr, _("Exit"),
|
||||
_("Exit window manager?"), _("Exit"), _("Cancel"), NULL);
|
||||
_("Are you sure you want to quit Window Maker?"), _("Exit"), _("Cancel"), NULL);
|
||||
|
||||
if (r == WAPRDefault) {
|
||||
result = R_EXIT;
|
||||
|
||||
Reference in New Issue
Block a user