Changeset 681 for trunk/plugins/ExtendedFileManager/editorFrame.php
- Timestamp:
- 01/22/07 02:09:48 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/ExtendedFileManager/editorFrame.php
r677 r681 31 31 32 32 if(window.top) 33 HTMLArea = window.top.HTMLArea;33 Xinha = window.top.Xinha; 34 34 35 35 function i18n(str) { 36 return HTMLArea._lc(str, 'ImageManager');36 return Xinha._lc(str, 'ImageManager'); 37 37 } 38 38
Note: See TracChangeset
for help on using the changeset viewer.