~ubuntu-branches/ubuntu/quantal/ginkgocadx/quantal

« back to all changes in this revision

Viewing changes to src/visualizator/visualizator/herramientas/herramientaoverlays.cpp

  • Committer: Package Import Robot
  • Author(s): Andreas Tille
  • Date: 2011-11-09 12:29:00 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20111109122900-idkd9vvhr31whz8z
Tags: 2.6.0.0~rc-1
* New upstream version
  Closes: #647413
* Rebuild against recent insighttoolkit
  Closes: #648167

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 *  
3
 
 *  $Id: herramientaoverlays.cpp 3830 2011-05-06 13:30:18Z carlos $
 
3
 *  $Id: herramientaoverlays.cpp 4330 2011-10-25 10:28:33Z tovar $
4
4
 *  Ginkgo CADx Project
5
5
 *
6
6
 *  Copyright 2008-10 MetaEmotion S.L. All rights reserved.
90
90
 
91
91
GNKVisualizator::HerramientaOverlays::HerramientaOverlays()
92
92
{
93
 
        m_Descripcion = _Std("Layers Overlays");
 
93
        m_Descripcion = _Std("Overlay layers");
94
94
        m_IsMenu = true;
95
95
        ////////////////////////////////////////////m_Icono = GinkgoResourcesManager::IconosMenus::GetIcoReset();
96
96
}