[dongle commit] r654 - trunk/OptionHouse

2 views
Skip to first unread message

codesite...@google.com

unread,
Nov 28, 2007, 3:00:51 PM11/28/07
to dongle...@googlegroups.com
Author: jnwhiteh
Date: Wed Nov 28 11:57:05 2007
New Revision: 654

Modified:
trunk/OptionHouse/OH_PerfMon.lua

Log:
* Fixed two typos from previous commit


Modified: trunk/OptionHouse/OH_PerfMon.lua
==============================================================================
--- trunk/OptionHouse/OH_PerfMon.lua (original)
+++ trunk/OptionHouse/OH_PerfMon.lua Wed Nov 28 11:57:05 2007
@@ -127,10 +127,10 @@
end

if( scriptProfiling ) then
- frame.sortButtons[4]:SetFormattedText("%s (%.2f)", L["CPU"], frame.totalCPU))
+ frame.sortButtons[4]:SetFormattedText("%s (%.2f)", L["CPU"], frame.totalCPU)

frame.sortButtons[4]:SetWidth(frame.sortButtons[4]:GetFontString():GetStringWidth()
+ 3)

- frame.sortButtons[5]:SetFormattedText("%s (%.2f)", L["CPUSEC"], frame.totalCIR))
+ frame.sortButtons[5]:SetFormattedText("%s (%.2f)", L["CPUSEC"], frame.totalCIR)

frame.sortButtons[5]:SetWidth(frame.sortButtons[5]:GetFontString():GetStringWidth()
+ 3)
end

Reply all
Reply to author
Forward
0 new messages