Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
libgui|Unix|OS X: Typo
  • Loading branch information
skyjake committed Nov 15, 2014
1 parent abc6d5e commit 30d72c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/libgui/src/persistentcanvaswindow.cpp
Expand Up @@ -856,7 +856,7 @@ void PersistentCanvasWindow::show(bool yes)
*/
QTimer::singleShot(100, this, SLOT(showFullScreen()));
#else
showFullscreen();
showFullScreen();
#endif
}
else if(d->state.isMaximized())
Expand Down

0 comments on commit 30d72c3

Please sign in to comment.