changeset 140:c176359e7265 2.20.3

TOC bump for 5.2, correct icon paths.
author Farmbuyer of US-Kilrogg <farmbuyer@gmail.com>
date Wed, 20 Mar 2013 20:48:01 -0400
parents 04deb53ec4fe
children 13d81d7faa0a
files Ouro_Loot.toc core.lua gui.lua
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/Ouro_Loot.toc	Fri Oct 19 14:37:15 2012 -0400
+++ b/Ouro_Loot.toc	Wed Mar 20 20:48:01 2013 -0400
@@ -1,4 +1,4 @@
-## Interface: 50001
+## Interface: 50200
 ## Title: Ouro Loot
 ## Version: @project-version@
 ## Notes: Raid loot tracking and text generation
--- a/core.lua	Fri Oct 19 14:37:15 2012 -0400
+++ b/core.lua	Wed Mar 20 20:48:01 2013 -0400
@@ -1625,7 +1625,7 @@
 		if (not iname) or (not itexture) then
 			cache_miss = true
 			iname, ilink, iquality, itexture = 
-				UNKNOWN..': '..itemid, 'item:6948', ITEM_QUALITY_COMMON, [[ICONS\INV_Misc_QuestionMark]]
+				UNKNOWN..': '..itemid, 'item:6948', ITEM_QUALITY_COMMON, [[Interface\ICONS\INV_Misc_QuestionMark]]
 		end
 		self.dprint('loot',">>"..prefix, "R:", recipient, "U:", unique, "I:",
 			itemid, "C:", count, "frm:", from, "ex:", extratext, "q:", iquality)
--- a/gui.lua	Fri Oct 19 14:37:15 2012 -0400
+++ b/gui.lua	Wed Mar 20 20:48:01 2013 -0400
@@ -522,7 +522,7 @@
 					textured = eoi_st_textured_item_format:format (itexture,
 						ITEM_QUALITY_COLORS[iquality].hex, iname, player.count[unique] or "")
 				else
-					textured = eoi_st_textured_item_format:format ([[ICONS\INV_Misc_QuestionMark]],
+					textured = eoi_st_textured_item_format:format ([[Interface\ICONS\INV_Misc_QuestionMark]],
 						ITEM_QUALITY_COLORS[ITEM_QUALITY_COMMON].hex, 'UNKNOWN - REDISPLAY LATER', "")
 					cache_okay = false
 				end