From: Alan Knowles Date: Thu, 6 Dec 2012 08:49:56 +0000 (+0800) Subject: Pman.I18n.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=12895e184db7cb0298f195f9557e39fbf67d24dc Pman.I18n.js --- diff --git a/Pman.I18n.js b/Pman.I18n.js index a264232d..435d9ed9 100644 --- a/Pman.I18n.js +++ b/Pman.I18n.js @@ -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' },