Git commit 2633cd73729e779a4f3c4f898f2d7872b74683f6 by Khudyakov Alexey. Committed on 14/04/2011 at 18:24. Pushed by khudyakov into branch '4.6'. Telrad FOV should use bullseye instaed of Crosshairs. BUG: 270622 M +1 -1 kstars/fov.cpp http://commits.kde.org/kstars/2633cd73729e779a4f3c4f898f2d7872b74683f6 diff --git a/kstars/fov.cpp b/kstars/fov.cpp index 6ee0f65..eba6bf1 100644 --- a/kstars/fov.cpp +++ b/kstars/fov.cpp @@ -110,7 +110,7 @@ QList FOV::defaults() fovs << new FOV(i18nc("use field-of-view for binoculars", "7x35 Binoculars" ), 558, 558, CIRCLE,"#AAAAAA") << new FOV(i18nc("use a Telrad field-of-view indicator", "Telrad" ), - 30, 30, CROSSHAIRS,"#AA0000") + 30, 30, BULLSEYE,"#AA0000") << new FOV(i18nc("use 1-degree field-of-view indicator", "One Degree"), 60, 60, CIRCLE,"#AAAAAA") << new FOV(i18nc("use HST field-of-view indicator", "HST WFPC2"),