On 11/22/2012 08:10 AM, Jan Schenkel wrote:
Hi RIchmond,

It's just three small changes away.
First revive gRevSmallAppIcon support on MacOSX by uncommenting the bit that 
starts with
# OK-2009-10-08 : Removed for consistency with Windows / Linux

Next you need to fiddle with the logic of the block
--is there an icon to display or not?
if word 2 of item 1 of the dialogData is "plain" and (not tMacOSX and 
gREVAppIcon is not empty) then

=> if word 2 of item 1 of the dialogData is "plain" and gREVAppIcon is empty 
then

And then seven lines below, change
if tMacOSX then
=> if tMacOSX or true then


HTH,

Jan Schenkel.


Thanks a lot.

Richmond.

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to