Module: nagvis Branch: master Commit: 8e9d970ede3e3e192e864c8d8be365cde0dbcd86 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/commit/?id=8e9d970ede3e3e192e864c8d8be365cde0dbcd86
Author: Roman Kyrylych <[email protected]> Date: Thu Aug 20 18:29:56 2009 +0300 gmap: Use more suitable icon for locations with error state Signed-off-by: Roman Kyrylych <[email protected]> --- .../modules/gmap/view/controls/LocationMarker.as | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/uifx/src/modules/gmap/view/controls/LocationMarker.as b/uifx/src/modules/gmap/view/controls/LocationMarker.as index cd48478..b82766e 100644 --- a/uifx/src/modules/gmap/view/controls/LocationMarker.as +++ b/uifx/src/modules/gmap/view/controls/LocationMarker.as @@ -39,11 +39,8 @@ package modules.gmap.view.controls [Embed(source="modules/gmap/img/std_small_warning.png")] protected static var warningIcon : Class; - [Embed(source="modules/gmap/img/std_small_error.png")] - protected static var errorIcon : Class; - [Embed(source="modules/gmap/img/std_small_critical.png")] - protected static var criticalIcon : Class; + protected static var errorIcon : Class; [Embed(source="modules/gmap/img/std_small_unknown.png")] protected static var unknownIcon : Class; ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
