[Kstars-devel] kdeedu/kstars/kstars
Jason Harris
kstars at 30doradus.org
Wed Jul 28 17:36:43 CEST 2004
CVS commit by harris:
I screwed up. When I moved the tools code to a subdir, I forgot to
account for the translatable strings in the Makefile. I had already
fixed this for *.h/*.cpp files, but I forgot *.ui files!
I hope this mostly results in fuzzy strings, not untranslated ones. I'm
very sorry that this was caught so late in the release cycle, and thanks
for your efforts in translating kstars.
Thank you Jure Repinc for finding this problem!
CCMAIL: kstars-devel at kde.org
CCMAIL: kde-i18n-doc at kde.org
M +1 -1 Makefile.am 1.121
--- kdeedu/kstars/kstars/Makefile.am #1.120:1.121
@@ -97,5 +97,5 @@
messages: rc.cpp stringsfile
rm -f tips.cpp
- $(EXTRACTRC) *.ui *.rc > rc.cpp
+ $(EXTRACTRC) *.ui tools/*.ui *.rc > rc.cpp
(cd data && $(PREPARETIPS) > ../tips.cpp)
$(XGETTEXT) *.cpp *.h tools/*.cpp tools/*.h -o $(podir)/kstars.pot;
More information about the Kstars-devel
mailing list