[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Fri Feb 11 00:35:04 CET 2005
CVS commit by staikos:
Fix the link to the webpage and update copyright to 2005
M +2 -2 Makefile.am 1.173
M +2 -2 main.cpp 1.98
--- kdeextragear-2/kst/kst/Makefile.am #1.172:1.173
@@ -61,6 +61,6 @@
pluginloader.cpp \
eparse-eh.cpp \
- eparse.c \
- escan.c
+ eparse.y \
+ escan.l
libkstmath_la_LDFLAGS = -no-undefined $(all_libraries)
--- kdeextragear-2/kst/kst/main.cpp #1.97:1.98
@@ -304,7 +304,7 @@ int main(int argc, char *argv[]) {
KAboutData aboutData("kst", I18N_NOOP("Kst"),
KSTVERSION, description, KAboutData::License_GPL,
- I18N_NOOP("(c) 2000-2004 Barth Netterfield"),
+ I18N_NOOP("(c) 2000-2005 Barth Netterfield"),
0,
- "http://extragear.kde.org/apps/kst.php");
+ "http://extragear.kde.org/apps/kst/");
aboutData.addAuthor("Barth Netterfield",
I18N_NOOP("Original author and maintainer."),
More information about the Kst
mailing list