Pman.I18n.js
authorAlan Knowles <alan@roojs.com>
Thu, 6 Dec 2012 08:49:56 +0000 (16:49 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 6 Dec 2012 08:49:56 +0000 (16:49 +0800)
Pman.I18n.js

index a264232..435d9ed 100644 (file)
@@ -177,7 +177,7 @@ Pman.I18n = {
         xtype: 'Store',
         proxy: {
             xtype: 'HttpProxy',
-            url: baseURL + '/I18N/Country.html',
+            url: baseURL + '/Core/I18n/Country.html',
             method: 'GET'
         },
         
@@ -199,7 +199,7 @@ Pman.I18n = {
         xtype: 'Store',
         proxy: {
             xtype: 'HttpProxy',
-            url: baseURL + '/I18N/Lang.html',
+            url: baseURL + '/Core/I18n/Lang.html',
             method: 'GET'
         },
         
@@ -220,7 +220,7 @@ Pman.I18n = {
         xtype: 'Store',
         proxy: {
             xtype: 'HttpProxy',
-            url: baseURL + '/I18N/Currency.html',
+            url: baseURL + '/Core/I18n/Currency.html',
             method: 'GET'
         },