From 85b112961c3357746d18c14f5c3a7800a7c03baa Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 9 Jan 2014 13:04:56 -0600 Subject: Branding cleanup. --- src/Makefile.am | 2 +- src/kbibtex.desktop | 4 ++-- src/main.cpp | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index 68b9b49..5609974 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -# set the include path for X, qt and KDE +# set the include path for X, qt and TDE INCLUDES = $(all_includes) $(LIBXSLT_CFLAGS) $(LIBXML_CFLAGS) $(LIBYAZ_CFLAGS) $(LIBBIBUTILS_CFLAGS) # these are the headers for your project diff --git a/src/kbibtex.desktop b/src/kbibtex.desktop index 70ac095..48a8db5 100644 --- a/src/kbibtex.desktop +++ b/src/kbibtex.desktop @@ -4,8 +4,8 @@ Exec=kbibtex %U %i -caption "%c" Icon=kbibtex Type=Application X-DocPath=kbibtex/kbibtex.html -Comment=A BibTeX editor for KDE -Comment[de]=Ein BibTeX-Editor für KDE +Comment=A BibTeX editor for TDE +Comment[de]=Ein BibTeX-Editor für TDE MimeType=text/x-bibtex; Categories=Qt;TDE;Office; X-TDE-HasTempFileOption=true diff --git a/src/main.cpp b/src/main.cpp index a3f4078..67a8c32 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -37,7 +37,7 @@ #include "kbibtexshell.h" static const char description[] = - I18N_NOOP( "A BibTeX editor for KDE" ); + I18N_NOOP( "A BibTeX editor for TDE" ); static const char version[] = "0.2.3.91"; -- cgit v1.2.3