ptr fix
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
|
||||
|
||||
local dversion = 350
|
||||
local dversion = 351
|
||||
local major, minor = "DetailsFramework-1.0", dversion
|
||||
local DF, oldminor = LibStub:NewLibrary (major, minor)
|
||||
|
||||
@@ -2450,7 +2450,7 @@ end
|
||||
options_frame:Hide()
|
||||
|
||||
options_frame:SetPoint ("center", UIParent, "center")
|
||||
options_frame.TitleText:SetText (title)
|
||||
options_frame.TitleText:SetText (title) --10.0 fuck
|
||||
--options_frame.portrait:SetTexture ([[Interface\CHARACTERFRAME\TEMPORARYPORTRAIT-FEMALE-BLOODELF]])
|
||||
|
||||
return options_frame
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
_detalhes.BFACORE = 131 --core version on BFA launch
|
||||
_detalhes.SHADOWLANDSCORE = 143 --core version on Shadowlands launch
|
||||
--
|
||||
_detalhes.dragonflight_beta_version = 28
|
||||
_detalhes.dragonflight_beta_version = 29
|
||||
|
||||
Details = _detalhes
|
||||
|
||||
|
||||
+1
-1
@@ -365,7 +365,7 @@
|
||||
options_frame:Hide()
|
||||
|
||||
options_frame:SetPoint ("center", UIParent, "center")
|
||||
options_frame.TitleText:SetText (title)
|
||||
--options_frame.TitleText:SetText (title) --10.0 fuck
|
||||
--options_frame.portrait:SetTexture ([[Interface\CHARACTERFRAME\TEMPORARYPORTRAIT-FEMALE-BLOODELF]])
|
||||
|
||||
return options_frame
|
||||
|
||||
+1
-1
@@ -1269,7 +1269,7 @@
|
||||
updatewindow_frame:SetSize (512, 200)
|
||||
--updatewindow_frame.portrait:SetTexture ([[Interface\CHARACTERFRAME\TEMPORARYPORTRAIT-FEMALE-GNOME]])
|
||||
|
||||
updatewindow_frame.TitleText:SetText ("A New Version Is Available!")
|
||||
--updatewindow_frame.TitleText:SetText ("A New Version Is Available!") --10.0 fuck
|
||||
|
||||
updatewindow_frame.midtext = updatewindow_frame:CreateFontString (nil, "artwork", "GameFontNormal")
|
||||
updatewindow_frame.midtext:SetText ("Good news everyone!\nA new version has been forged and is waiting to be looted.")
|
||||
|
||||
@@ -37,7 +37,7 @@ do
|
||||
panel.background:SetPoint (0, -25)
|
||||
|
||||
--> title
|
||||
panel.TitleText:SetText ("Paste & Copy")
|
||||
--panel.TitleText:SetText ("Paste & Copy") --10.0 fuck
|
||||
--panel.portrait:SetTexture ([[Interface\CHARACTERFRAME\TEMPORARYPORTRAIT-FEMALE-BLOODELF]])
|
||||
|
||||
DetailsFrameWork:NewTextEntry (panel, _, "$parentTextEntry", "text", 476, 14)
|
||||
|
||||
@@ -864,7 +864,7 @@ local function cria_drop_down (este_gump)
|
||||
--f.portrait:SetTexture ("Interface\\AddOns\\Details\\images\\report_frame_icons")
|
||||
--f.portrait:SetTexCoord (1/256, 64/256, 1/256, 64/256)
|
||||
|
||||
f.TitleText:SetText (Loc ["STRING_REPORTFRAME_WINDOW_TITLE"])
|
||||
--f.TitleText:SetText (Loc ["STRING_REPORTFRAME_WINDOW_TITLE"]) --10.0 fuck
|
||||
f:SetFrameLevel (window:GetFrameLevel()-1)
|
||||
|
||||
_G [window:GetName() .. "FCloseButton"]:SetFrameLevel (window:GetFrameLevel()+1)
|
||||
|
||||
Reference in New Issue
Block a user