Module: nagvis Branch: master Commit: fbc75ee94fb949f5cb3e741c32aa917700cf2d24 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/commit/?id=fbc75ee94fb949f5cb3e741c32aa917700cf2d24
Author: Roman Kyrylych <[email protected]> Date: Thu Aug 6 17:52:40 2009 +0300 gmap: Added key icon to Settings dialog Signed-off-by: Roman Kyrylych <[email protected]> --- uifx/src/modules/gmap/view/DialogSettings.mxml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/uifx/src/modules/gmap/view/DialogSettings.mxml b/uifx/src/modules/gmap/view/DialogSettings.mxml index bf79ef0..7a5572b 100644 --- a/uifx/src/modules/gmap/view/DialogSettings.mxml +++ b/uifx/src/modules/gmap/view/DialogSettings.mxml @@ -43,6 +43,7 @@ /> <mx:LinkButton label="Get Google Maps Key" left="0" bottom="0" textAlign="left" + icon="@Embed(source='modules/gmap/img/key.png')" click="dispatchEvent(new Event('getGMapKey'))" /> <mx:Button label="Apply" right="0" bottom="0" height="22"/> ------------------------------------------------------------------------------ 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
