Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/spanish
In directory usw-pr-cvs1:/tmp/cvs-serv25273/chat/localization/spanish
Modified Files:
admin.loc
Log Message:
Renamed charset and font size constants
Index: admin.loc
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/spanish/admin.loc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** admin.loc 2001/04/19 20:31:16 1.2
--- admin.loc 2001/05/05 17:23:46 1.3
***************
*** 24,31 ****
// extra header for charset
! define('L_CHARSET', 'iso-8859-1');
// medium font size in pt.
! define('L_FONT_SIZE', 10);
// Top frame
--- 24,31 ----
// extra header for charset
! define('A_CHARSET', 'iso-8859-1');
// medium font size in pt.
! define('A_FONT_SIZE', 10);
// Top frame
|