|
From: <set...@us...> - 2006-04-22 21:01:53
|
Revision: 1325 Author: sethdill Date: 2006-04-22 14:01:48 -0700 (Sat, 22 Apr 2006) ViewCVS: http://svn.sourceforge.net/frontierkernel/?rev=1325&view=rev Log Message: ----------- Merged trunk changes r1297:1323 into the Conversant branch. Missed this one in the last commit. Modified Paths: -------------- Frontier/branches/Conversant/Common/IOAToolkit/ioaicon.c Modified: Frontier/branches/Conversant/Common/IOAToolkit/ioaicon.c =================================================================== --- Frontier/branches/Conversant/Common/IOAToolkit/ioaicon.c 2006-04-22 20:56:10 UTC (rev 1324) +++ Frontier/branches/Conversant/Common/IOAToolkit/ioaicon.c 2006-04-22 21:01:48 UTC (rev 1325) @@ -232,7 +232,7 @@ (**h).haslabel = true; - (**h).align = atVerticalCenter + atHorizontalCenter; + (**h).align = kAlignAbsoluteCenter; *hdata = h; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |