>
> > Link: http://www.fltk.org/str.php?L2666
> > Version: 1.4-feature
> > Fix Version: 1.3-current (r8852)
> >=20
> >=20
> > Fixed in Subversion repository.
> >=20
> > The NSHumanReadableCopyright key of Info.plist will be used=20
> > if present.
>
>
> This sounds quite handy to me, but I seldom use Xcode, so I have a tool
> to generate my info.plist im my bundle from the Makefile.
>
> Does anyone have a "worked example" of what the NSHumanReadableCopyright
> key should look like, so I can add this to my script?
>
> Or I guess I can just pick apart the plist from some other application,
> of course...
>
> Cheers,
> --
> Ian

Just put something like this
        <key>NSHumanReadableCopyright</key>
        <string>© 1998-2011 by Bill Spitzak and others</string>
in your Info.plist file, and the corresponding text will be
displayed in the "About my prog" window.



_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to