Skip to content

Commit

Permalink
UI|Task Bar: "Quit Doomsday" should just quit instead of unloading th…
Browse files Browse the repository at this point in the history
…e game
  • Loading branch information
skyjake committed Jun 1, 2016
1 parent 11bb878 commit 91d49a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/apps/client/src/ui/widgets/taskbarwidget.cpp
Expand Up @@ -464,7 +464,7 @@ TaskBarWidget::TaskBarWidget() : GuiWidget("taskbar"), d(new Instance(this))
<< new ui::ActionItem(tr("About Doomsday"), new SignalAction(this, SLOT(showAbout())))
<< helpMenu
<< new ui::Item(ui::Item::Separator)
<< new ui::ActionItem(tr("Quit Doomsday"), new CommandAction("quit"));
<< new ui::ActionItem(tr("Quit Doomsday"), new CommandAction("quit!"));

d->showOrHideMenuItems();

Expand Down

0 comments on commit 91d49a5

Please sign in to comment.