[Kstars-devel] KDE/kdeedu/kstars/kstars/tools
Médéric Boquien
mboquien at free.fr
Wed Jun 24 05:45:06 CEST 2009
SVN commit 986059 by mboquien:
Default the calculator tabs to the Interactive Mode, not the Batch Mode. Also correct a typo, the capital M was missing in mode. This does not introduce a new string though as the correctly
capitalized one is used elsewhere in the calculator.
CCMAIL: kstars-devel at kde.org
M +2 -2 modcalcdaylength.ui
M +1 -1 modcalcsidtime.ui
--- trunk/KDE/kdeedu/kstars/kstars/tools/modcalcdaylength.ui #986058:986059
@@ -17,11 +17,11 @@
<item>
<widget class="KTabWidget" name="tabWidget">
<property name="currentIndex">
- <number>1</number>
+ <number>0</number>
</property>
<widget class="QWidget" name="tab">
<attribute name="title">
- <string>Interactive mode</string>
+ <string>Interactive Mode</string>
</attribute>
<layout class="QVBoxLayout">
<item>
--- trunk/KDE/kdeedu/kstars/kstars/tools/modcalcsidtime.ui #986058:986059
@@ -17,7 +17,7 @@
<item>
<widget class="KTabWidget" name="tabWidget">
<property name="currentIndex">
- <number>1</number>
+ <number>0</number>
</property>
<widget class="QWidget" name="interact">
<attribute name="title">
More information about the Kstars-devel
mailing list