diff gui.lua @ 53:7af58a7dce7d

Don't collapse wipes into kills across normal/heroic boundaries. Apply preferredIndex change to popup dialogs to avoid memory tainting.
author Farmbuyer of US-Kilrogg <farmbuyer@gmail.com>
date Fri, 06 Apr 2012 18:23:22 +0000
parents 94dacaeff463
children 6d5fcbdc0590
line wrap: on
line diff
--- a/gui.lua	Wed Feb 01 06:53:34 2012 +0000
+++ b/gui.lua	Fri Apr 06 18:23:22 2012 +0000
@@ -2269,6 +2269,7 @@
 	enterClicksFirstButton = true,
 	hasEditBox = true,
 	editBoxWidth = 350,
+	preferredIndex = 3,
 	OnShow = function (dialog, url)
 		dialog.editBox:SetText(url)
 		dialog.editBox:SetFocus()