Revert the change that requires untitled pages to be renamed
James Whitehead II [05-01-08 - 22:20]
Revert the change that requires untitled pages to be renamed
diff --git a/WowLua.lua b/WowLua.lua
index 306c678..786acd1 100644
--- a/WowLua.lua
+++ b/WowLua.lua
@@ -375,7 +375,7 @@ StaticPopupDialogs["WOWLUA_SAVE_AS"] = {
}
function WowLua:Button_Save(button)
- if button and (self:IsUntitled() or IsShiftKeyDown()) then
+ if button and IsShiftKeyDown() then
-- Show the static popup for renaming
local page, entry = self:GetCurrentPage()
WowLua.save_as = page