1234567891011121314151617181920212223242526 |
- function CAbout()
- {
- this.m_bRequiresDialog = true;
- this.m_aParams["m"] = "/" + qs_dir + "/about.xts";
- this.m_aParams["qsWebRoot"] = cfgGet("gsWebRoot") + "/" + qs_dir;
- };
- CAbout.prototype = new AFeatureObject();
|