chart2/uiconfig/ui/tp_ErrorBars.ui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 5be7ec4193b892e5643ff5f3f2e6755319569190 Author: Olivier Hallot <[email protected]> Date: Fri Dec 27 21:40:31 2013 -0200 Put right icon in image button Change-Id: Ieed7b3cc0725b5d3341ed390035c55df8a8119e2 Reviewed-on: https://gerrit.libreoffice.org/7218 Reviewed-by: Olivier Hallot <[email protected]> Tested-by: Olivier Hallot <[email protected]> diff --git a/chart2/uiconfig/ui/tp_ErrorBars.ui b/chart2/uiconfig/ui/tp_ErrorBars.ui index ab84242..9f9243f 100644 --- a/chart2/uiconfig/ui/tp_ErrorBars.ui +++ b/chart2/uiconfig/ui/tp_ErrorBars.ui @@ -9,12 +9,12 @@ <object class="GtkImage" id="imageRANGE_SELECT_POSITIVE"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="pixbuf">formula/res/refinp1.png</property> + <property name="pixbuf">chart2/res/selectrange.png</property> </object> <object class="GtkImage" id="imageRANGE_SELECT_NEG"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="pixbuf">formula/res/refinp1.png</property> + <property name="pixbuf">chart2/res/selectrange.png</property> </object> <object class="GtkListStore" id="liststoreFUNCTION"> <columns> _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
