Module: nagvis
Branch: master
Commit: 69e0e8664ed542fb366d5bb38978abed0cc67f08
URL:    
http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=69e0e8664ed542fb366d5bb38978abed0cc67f08

Author: LaMi <[email protected]>
Date:   Sat Apr 10 00:35:30 2010 +0200

#246 map object labels are now displayed correctly

---

 share/server/core/classes/objects/NagVisObject.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/share/server/core/classes/objects/NagVisObject.php 
b/share/server/core/classes/objects/NagVisObject.php
index 60b5063..a3fd185 100644
--- a/share/server/core/classes/objects/NagVisObject.php
+++ b/share/server/core/classes/objects/NagVisObject.php
@@ -311,9 +311,9 @@ class NagVisObject {
                                                NagVisMapObj::$langChild  = 
$this->CORE->getLang()->getText('objectname');
                                        }
                                                
-                                       $arr['lang_obj_type']    = 
NagVisServicegroup::$langType;
-                                       $arr['lang_name']        = 
NagVisServicegroup::$langSelf;
-                                       $arr['lang_child_name']  = 
NagVisServicegroup::$langChild;
+                                       $arr['lang_obj_type']    = 
NagVisMapObj::$langType;
+                                       $arr['lang_name']        = 
NagVisMapObj::$langSelf;
+                                       $arr['lang_child_name']  = 
NagVisMapObj::$langChild;
                                break;
                        }
                }


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins

Reply via email to