diff --git a/src/blackgui/components/data/lastselections.h b/src/blackgui/components/data/lastselections.h index 1d3ac0bdf..68f96b9d4 100644 --- a/src/blackgui/components/data/lastselections.h +++ b/src/blackgui/components/data/lastselections.h @@ -32,7 +32,7 @@ namespace BlackGui //! Properties by index enum ColumnIndex { - IndexLastSimulator = BlackMisc::CPropertyIndex::GlobalIndexCCountry + 33 + IndexLastSimulator = BlackMisc::CPropertyIndex::GlobalIndexCDbOwnModelsComponent }; //! Simulator last selected diff --git a/src/blackmisc/propertyindex.h b/src/blackmisc/propertyindex.h index 6bb241a81..9a85f0ef8 100644 --- a/src/blackmisc/propertyindex.h +++ b/src/blackmisc/propertyindex.h @@ -95,6 +95,7 @@ namespace BlackMisc GlobalIndexCGlobalSetup = 12000, GlobalIndexCUpdateInfo = 12100, GlobalIndexCVatsimSetup = 12200, + GlobalIndexCDbOwnModelsComponent = 14000, GlobalIndexAbuseMode = 20000 // property index abused as map key or otherwise, to be removed if no longer needed };