Skip to content

Commit

Permalink
[SSE] Removed link to MPC Numbered objects list from bookmarks (a hug…
Browse files Browse the repository at this point in the history
…e data)
  • Loading branch information
alex-w committed Aug 27, 2024
1 parent 2ba802d commit 3baac3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/SolarSystemEditor/src/gui/MpcImportWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1031,7 +1031,7 @@ void MpcImportWindow::loadBookmarks()
while (it.hasNext())
{
it.next();
if (it.value().contains("dss.stellarium.org") || it.value().contains("2018/Soft00Bright.txt"))
if (it.value().contains("dss.stellarium.org") || it.value().contains("2018/Soft00Bright.txt") || it.value().contains("iau/ECS/MPCAT/mpn.txt"))
bookmarks[MpcMinorPlanets].remove(it.key());
}

Expand Down

0 comments on commit 3baac3c

Please sign in to comment.