[Chameleon-dev] [Bug 257] [Chameleon-Core]Need a way to specify the
absolute language directory
bugzilla-daemon at www.maptools.org
bugzilla-daemon at www.maptools.org
Wed Apr 21 07:05:29 EDT 2004
http://www.maptools.org/bugzilla/show_bug.cgi?id=257
------- Additional Comments From bronsema at dmsolutions.ca 2004-04-21 07:05 -------
Ths fix required that all the popup widgets (and widgets that use extra windows)
adjust the paths to the lanaguage files.
i.e.
$szLanguageResource = "../../data/language/LayerInfo.dbf";
$szCommonLanguageResource = "../../data/language/common.dbf";
became
$szLanguageResource = "./LayerInfo.dbf";
$szCommonLanguageResource = "./common.dbf";
I searched for "../../data/language" and manually updated all the files found.
This should cover all of them, but we will need to verify that we have them all.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the Chameleon-dev
mailing list