[education/kstars] /: stop calling imaging planner experimental

Hy Murveit null at kde.org
Mon Dec 2 05:50:38 GMT 2024


Git commit f4a0010df30c51c1a79f009db1d750541c7b2c93 by Hy Murveit.
Committed on 02/12/2024 at 03:27.
Pushed by murveit into branch 'master'.

stop calling imaging planner experimental

M  +1    -1    doc/imagingplanner.docbook
M  +2    -2    kstars/kstarsinit.cpp

https://invent.kde.org/education/kstars/-/commit/f4a0010df30c51c1a79f009db1d750541c7b2c93

diff --git a/doc/imagingplanner.docbook b/doc/imagingplanner.docbook
index a9889e467e..6deb1b014e 100644
--- a/doc/imagingplanner.docbook
+++ b/doc/imagingplanner.docbook
@@ -1,5 +1,5 @@
 <sect1 id="tool-imaging-planner">
-<title>Imaging Planner Tool (experimental)</title>
+<title>Imaging Planner Tool</title>
 <indexterm><primary>Tools</primary>
 <secondary>Imaging Planner Tool</secondary>
 </indexterm>
diff --git a/kstars/kstarsinit.cpp b/kstars/kstarsinit.cpp
index b62b0da795..1926739d28 100644
--- a/kstars/kstarsinit.cpp
+++ b/kstars/kstarsinit.cpp
@@ -453,9 +453,9 @@ void KStars::initActions()
 
 #ifdef HAVE_INDI
     actionCollection()->addAction("imagingPlanner", this, SLOT(slotImagingPlanner()))
-            << i18n("Imaging Planner (experimental)") << QKeySequence(Qt::CTRL | Qt::SHIFT | Qt::Key_P);
+            << i18n("Imaging Planner") << QKeySequence(Qt::CTRL | Qt::SHIFT | Qt::Key_P);
 #endif
-    
+
     actionCollection()->addAction("altitude_vs_time", this, SLOT(slotAVT()))
             << i18n("Altitude vs. Time") << QKeySequence(Qt::CTRL | Qt::Key_A);
 


More information about the kde-doc-english mailing list