Skip to content

Commit

Permalink
Updater|Mac OS X: Omit window title from notification dialog
Browse files Browse the repository at this point in the history
According to platform UI conventions.
  • Loading branch information
skyjake committed Jun 23, 2012
1 parent 8c5a81d commit b84752c
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -58,7 +58,9 @@ struct UpdateAvailableDialog::Instance

void init()
{
#ifndef MACOSX
self->setWindowTitle(tr("Doomsday %1").arg(VersionInfo().asText()));
#endif
self->setWindowFlags(self->windowFlags() & ~Qt::WindowContextHelpButtonHint);

emptyResultPage = true;
Expand Down

0 comments on commit b84752c

Please sign in to comment.