Explorar el Código

Use lowercase internal name so we don't get both KTIGCCrc and ktigccrc config files.

git-svn-id: file:///var/svn/tigccpp/trunk@481 9552661e-59e3-4036-b4f2-dbe53926924f
kevinkofler hace 18 años
padre
commit
f0eabd6ce3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      ktigcc/ktigcc.cpp

+ 1 - 1
ktigcc/ktigcc.cpp

@@ -52,7 +52,7 @@ int main( int argc, char *argv[] )
   // characters lost converting!
   QTextCodec::setCodecForCStrings(QTextCodec::codecForLocale());
 
-  KAboutData about("KTIGCC","TIGCC IDE for KDE","1.00",
+  KAboutData about("ktigcc","TIGCC IDE for KDE","1.00",
   "TIGCC C and ASM SDK", KAboutData::License_GPL,
   "Copyright (C) 2004-2006 Kevin Kofler and Joey Adams. All rights reserved.\n"
   "TIGCC Copyright (C) 1999-2005 The TIGCC Team.",