Le Sat, Jun 21, 2014 at 01:13:50AM +0100, Olly Betts a écrit :
> Description: Fix the extension of the icon
> Author: Olly Betts <o...@survex.com>
> Last-Update: 2014-06-21
> 
> --- a/tv.cpp
> +++ b/tv.cpp
> @@ -215,7 +215,7 @@
>       frame->SetIcon(wxIcon("app")); // use the name of the icon in the 
> resource file
>  #endif
>  #if defined(__WXGTK__) || defined(__WXMOTIF__)
> -     frame->SetIcon(wxIcon(wxT("bitmaps/treeview.xbm")));
> +     frame->SetIcon(wxIcon(wxT("/usr/share/pixmaps/treeviewx.xpm")));
>  #endif
>  
>  #ifdef __WXMAC__

Thanks !

Now the program starts, but it freezes with the following error when
opening the test data /usr/share/doc/treeviewx/examples/tree.phb.

../src/common/strconv.cpp(1208): assert "Assert failure" failed in FromWChar(): 
trying to encode undefined Unicode character

Is that something trivial that you or somebody else reading us can solve ?

Have a nice week-end,

-- 
Charles Plessy
Debian Med packaging team,
http://www.debian.org/devel/debian-med
Tsurumi, Kanagawa, Japan


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to