diff src/UniversalIndentGUI_NPP/UniversalIndentGUI_NPP.h @ 493:1a61b405be21

Corrected the read text length and some other smaller changes like window icon and menu checkability. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@733 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Mon, 16 Jun 2008 08:56:27 +0000
parents e3215923077a
children 97e85897faec
line wrap: on
line diff
--- a/src/UniversalIndentGUI_NPP/UniversalIndentGUI_NPP.h	Mon Jun 16 08:54:59 2008 +0000
+++ b/src/UniversalIndentGUI_NPP/UniversalIndentGUI_NPP.h	Mon Jun 16 08:56:27 2008 +0000
@@ -35,11 +35,11 @@
 
 
 /* ini file name */
-CONST TCHAR PLUGINTEMP_INI[]	= _T("\\PluginManager.ini");
+CONST TCHAR PLUGINTEMP_INI[]	= _T("\\UniversalIndentGUI.ini");
 
 /* param names of ini file */
 /* section */
-CONST TCHAR dlgTemp[]			= _T("Plugin Template");
+CONST TCHAR dlgTemp[]			= _T("UniversalIndentGUI");
 /* keys of section */
 CONST TCHAR Value1[]			= _T("Value1");
 CONST TCHAR Value2[]			= _T("Value2");