Re: [PATCH] bad icon name in ReportDesignDialog( ReportView *, QWidget *)

2012-07-23 Thread Friedrich W. H. Kossebau
Am Montag, 23. Juli 2012, 08:32:19 schrieben Sie: > Søndag den 22. juli 2012 15:27:58 Friedrich W. H. Kossebau skrev: > > Hi Dag, > > > > seems that in ReportDesignDialog the icon used should be always > > "window-new" for the "Save To View" button, also in case of constructor > > "ReportDesignDia

Re: [PATCH] bad icon name in ReportDesignDialog( ReportView *, QWidget *)

2012-07-22 Thread Dag
Søndag den 22. juli 2012 15:27:58 Friedrich W. H. Kossebau skrev: > Hi Dag, > > seems that in ReportDesignDialog the icon used should be always "window-new" > for the "Save To View" button, also in case of constructor > "ReportDesignDialog( ReportView *, QWidget *)", right? > Currently there it is

[PATCH] bad icon name in ReportDesignDialog( ReportView *, QWidget *)

2012-07-22 Thread Friedrich W. H. Kossebau
Hi Dag, seems that in ReportDesignDialog the icon used should be always "window-new" for the "Save To View" button, also in case of constructor "ReportDesignDialog( ReportView *, QWidget *)", right? Currently there it is "window" (which is non-existing). So okay to commit attached patch and bac