From c252fbaabd55976f68d2ac90cad9393a20593beb Mon Sep 17 00:00:00 2001
From: Tobias Knopff <t.knopff@fz-juelich.de>
Date: Thu, 6 May 2021 08:51:54 +0200
Subject: [PATCH] Fix some more paths containing coregui

---
 Doc/dev-notes/modify-formfactor.md | 24 ++++++++++++------------
 GUI/main/CMakeLists.txt            |  4 ++--
 2 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/Doc/dev-notes/modify-formfactor.md b/Doc/dev-notes/modify-formfactor.md
index 7b8b7636b66..576c71530a2 100644
--- a/Doc/dev-notes/modify-formfactor.md
+++ b/Doc/dev-notes/modify-formfactor.md
@@ -25,21 +25,21 @@ Examples and tests, e.g.:
 * Tests/ReferenceData/Core/FormFactorsWithAbsorption_*
 
 If the form factor is supported by the GUI, then also:
-* GUI/coregui/Models/GroupInfoCatalogue.cpp
-* GUI/coregui/Models/item_constants.h
-* GUI/coregui/Models/FormFactorItems.h and .cpp
-* GUI/coregui/Models/GUIDomainSampleVisitor.h and .cpp
-* GUI/coregui/Models/ItemCatalogue.cpp
-* GUI/coregui/Models/item_constants.h
-* GUI/coregui/Views/RealSpaceWidgets/RealSpaceMesoCrystalUtils.cpp
-* GUI/coregui/Views/widgetbox/widgetbox.qrc
-* GUI/coregui/Views/widgetbox/widgetbox.xml
+* GUI/Models/GroupInfoCatalogue.cpp
+* GUI/Models/item_constants.h
+* GUI/Models/FormFactorItems.h and .cpp
+* GUI/Models/GUIDomainSampleVisitor.h and .cpp
+* GUI/Models/ItemCatalogue.cpp
+* GUI/Models/item_constants.h
+* GUI/Views/RealSpaceWidgets/RealSpaceMesoCrystalUtils.cpp
+* GUI/Views/widgetbox/widgetbox.qrc
+* GUI/Views/widgetbox/widgetbox.xml
 
 If there is a real-space view:
-* GUI/coregui/Models/item_constants.h
+* GUI/Models/item_constants.h
 * GUI/ba3d/ba3d/model/model.cpp
 * GUI/ba3d/ba3d/model/particles.h and .cpp
-* GUI/coregui/Views/RealSpaceWidgets/RealSpaceMesoCrystalUtils.cpp
-* GUI/coregui/Views/RealSpaceWidgets/TransformTo3D.cpp
+* GUI/Views/RealSpaceWidgets/RealSpaceMesoCrystalUtils.cpp
+* GUI/Views/RealSpaceWidgets/TransformTo3D.cpp
 
 Recreate bindings with `cmake -DAUTOGENERATE=ON ..`
\ No newline at end of file
diff --git a/GUI/main/CMakeLists.txt b/GUI/main/CMakeLists.txt
index 83f148a81a3..0e0300084e3 100644
--- a/GUI/main/CMakeLists.txt
+++ b/GUI/main/CMakeLists.txt
@@ -90,8 +90,8 @@ install (TARGETS ${executable_name} ${executable_destination} COMPONENT Applicat
 set(image_files
     ${CMAKE_SOURCE_DIR}/GUI/main/BornAgain.ico
     ${CMAKE_SOURCE_DIR}/GUI/main/BornAgain.icns
-    ${CMAKE_SOURCE_DIR}/GUI/coregui/images/BornAgain_48x48.png
-    ${CMAKE_SOURCE_DIR}/GUI/coregui/images/BornAgain_64x64.png)
+    ${CMAKE_SOURCE_DIR}/GUI/images/BornAgain_48x48.png
+    ${CMAKE_SOURCE_DIR}/GUI/images/BornAgain_64x64.png)
 install (FILES ${image_files} DESTINATION ${destination_images} COMPONENT Applications)
 
 # -----------------------------------------------------------------------------
-- 
GitLab