Fixed the flat III mark for dimensions. GIMP keeps not keeping it 32x32 and thus not showing up.

Wobin [04-21-14 - 17:05]
Fixed the flat III mark for dimensions. GIMP keeps not keeping it 32x32 and thus not showing up.
Made the tooltips more capitalised. Requires a sv wipe
Filename
SousChef.lua
media/three_flat.dds
diff --git a/SousChef.lua b/SousChef.lua
index b0e6166..790b58f 100644
--- a/SousChef.lua
+++ b/SousChef.lua
@@ -47,8 +47,7 @@ function EndsWith(String,End)
 end


-local function CleanString(entry)
-
+local function CleanString(entry)
 	return entry:gsub("%^(%a+)", ""):gsub(" ",""):lower()
 end

@@ -210,10 +209,10 @@ local function ParseRecipes()
 					settings.Pantry[link] = level
 					-- Store the recipe it's used in
 					if not ReverseCookbook[link] then ReverseCookbook[link] = {} end
-					AddRecipe(ReverseCookbook[link], GetRecipeResultItemLink(listIndex, recipeIndex, LINK_STYLE_BRACKETS))
+					AddRecipe(ReverseCookbook[link], zo_strformat(SI_TOOLTIP_ITEM_NAME, GetRecipeResultItemLink(listIndex, recipeIndex, LINK_STYLE_BRACKETS)))
 					-- Store the global reference
 					if not settings.ReverseCookbook[link] then settings.ReverseCookbook[link] = {} end
-					AddRecipe(settings.ReverseCookbook[link], GetRecipeResultItemLink(listIndex, recipeIndex, LINK_STYLE_BRACKETS))
+					AddRecipe(settings.ReverseCookbook[link], zo_strformat(SI_TOOLTIP_ITEM_NAME, GetRecipeResultItemLink(listIndex, recipeIndex, LINK_STYLE_BRACKETS)))
 				end
 			end

@@ -273,7 +272,7 @@ local function SousChef_Loaded(eventCode, addOnName)
 		boldIcon = false
 	}

-	settings = ZO_SavedVars:NewAccountWide("SousChef_Settings", 6, nil, defaults)
+	settings = ZO_SavedVars:NewAccountWide("SousChef_Settings", 7, nil, defaults)

     SLASH_COMMANDS["/SCDebug"] = function()
 		d("Debug mode on")
diff --git a/media/three_flat.dds b/media/three_flat.dds
index b01e4c8..37a938b 100644
Binary files a/media/three_flat.dds and b/media/three_flat.dds differ