From: James Turner Date: Fri, 15 Apr 2016 17:03:01 +0000 (+0100) Subject: Fix a typo X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bbd15eb37058ab8b88fcc975f65e7134d2572993;p=flightgear.git Fix a typo --- diff --git a/src/GUI/CMakeLists.txt b/src/GUI/CMakeLists.txt index 226e08b8f..02b0bafcd 100644 --- a/src/GUI/CMakeLists.txt +++ b/src/GUI/CMakeLists.txt @@ -76,7 +76,7 @@ if (HAVE_QT) AddCatalogDialog.ui PathsDialog.ui LocationWidget.ui - NoOfficialHanagar.ui) + NoOfficialHangar.ui) qt5_add_resources(qrc_sources resources.qrc)