Browse Source

Fix typo

adaptive-webui-19844
Christophe Dumez 14 years ago
parent
commit
7e8d21145e
  1. 2
      src/GUI.cpp

2
src/GUI.cpp

@ -225,7 +225,7 @@ GUI::~GUI() { @@ -225,7 +225,7 @@ GUI::~GUI() {
hide();
#ifdef Q_WS_MAC
// Workaround to avoid bug http://bugreports.qt.nokia.com/browse/QTBUG-7305
setUnifiedTitleAndToolBarOnMac(true);
setUnifiedTitleAndToolBarOnMac(false);
#endif
// Async deletion of Bittorrent session as early as possible
// in order to speed up exit

Loading…
Cancel
Save