UI_PATH -> UI.PATH

This commit is contained in:
rolux 2014-09-26 14:41:53 +02:00
commit 747f5bc8a0
2 changed files with 4 additions and 4 deletions

View file

@ -222,7 +222,7 @@ pandora.ui.usersDialog = function() {
.replace(/Windows (NT \d+\.\d+) \((.+)\)/, 'Windows $2 ($1)')
})
.attr({
src: Ox.UI_PATH + 'png/system'
src: Ox.UI.PATH + 'png/system'
+ system.replace(/ /g, '') + '128.png'
})
.css({
@ -253,7 +253,7 @@ pandora.ui.usersDialog = function() {
tooltip: value
})
.attr({
src: Ox.UI_PATH + 'png/browser'
src: Ox.UI.PATH + 'png/browser'
+ browser.replace(/ /g, '') + '128.png'
})
.css({