Garst R. Reese wrote:

> "Garst R. Reese" wrote:
>> 
>> Juergen Spitzmueller wrote:
>> >
>> > in recent cvs, some icons (print, find, text styles,
>> > spellchecker) are missing (i.e. displayed as "unknown").
>> >
>> > Juergen
>> 
>> I see an eight toothed gear for print and find with xforms-1.02
>> The comments:
>> #   Item "The tooltip" "<action> [<parameter>]" adds an icon to the
>> toolbar performing
>> #          "<action> <parameter>"
>> 
>> # The icons are found in the lib/image direcory under the name
>> # action.xpm or action_parameter.xpm,
>> 
>> don't jive with:
>>         Item "Print document" "dialog-show print"
>> and the only .xpm in lib/images containing the word "print"
>> buffer-print.xpm
>> which is indeed an icon for a printer.
>> 
>> Garst
> 
> 2003-06-19  Angus Leeming  <[EMAIL PROTECTED]>
>         * lib/ui/stdtoolbars.ui: replace lots of lfuns with
>         dialog-show
> <name>.
> Here's the culprit :)
> You have to change some of names in lib/images to suit.
> buffer-print.xpm -> dialog-show_print.xpm  (note the _ )
> find-replace.xpm -> dialog-show_findreplace.xpm

Sigh...
I told y'all ages ago that it was a crap, hocus-pocus way of doing 
things. There is absolutely _no_ technical reason to magially 
generate the pixmap name from the lfun. Just declare the pixmap in 
the ui file.

Anyway, I'm sure that you'll work it out in my absence.
Angus


Reply via email to