From e6ec7b16f2fda4d6624b06506ccfa2a4c5bc4cbb Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Tue, 15 Jan 2013 16:00:38 +0100 Subject: create correct icon set information, fdo#58610 The old code was mixing two different concepts. In the UI we used that a ScColorScaleEntry means <= this value while in the filter and the render information generation it meant >= the value. Now everything follows the >= pattern. Change-Id: I67c03d93c5c6051054b90f6e8200206c3616d49b --- sc/source/ui/src/condformatdlg.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/source/ui/src/condformatdlg.src') diff --git a/sc/source/ui/src/condformatdlg.src b/sc/source/ui/src/condformatdlg.src index ae5fc864ea97..53df59c280b7 100644 --- a/sc/source/ui/src/condformatdlg.src +++ b/sc/source/ui/src/condformatdlg.src @@ -382,7 +382,7 @@ Control RID_ICON_SET_ENTRY { Pos = MAP_APPFONT( 40, 0 ); Size = MAP_APPFONT(40, 14); - Text [en-US] = " <= "; + Text [en-US] = " >= "; }; Edit ED_ICON_SET_ENTRY_VALUE { -- cgit