~ubuntu-branches/ubuntu/precise/ginkgocadx/precise

« back to all changes in this revision

Viewing changes to src/cadxcore/main/tools/herramientaangulo.cpp

  • Committer: Package Import Robot
  • Author(s): Andreas Tille
  • Date: 2011-09-09 08:39:26 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: package-import@ubuntu.com-20110909083926-iktecd132cnku5cd
Tags: 2.5.4.0~rc-1
New upstream version (patches were applied)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 *  
3
 
 *  $Id: herramientaangulo.cpp 3830 2011-05-06 13:30:18Z carlos $
 
3
 *  $Id: herramientaangulo.cpp 4051 2011-08-01 09:41:38Z tovar $
4
4
 *  Ginkgo CADx Project
5
5
 *
6
6
 *  Copyright 2008-10 MetaEmotion S.L. All rights reserved.
89
89
{
90
90
        m_Activa = false;
91
91
        m_TipoAngulo = TA_Normal;
92
 
        m_Descripcion = _Std("Angle");
 
92
        m_Descripcion = _Std("Angle\tCtrl+A");
 
93
        m_AcceleratorCode = m_Descripcion[m_Descripcion.size() - 1];
93
94
        m_Icono = GinkgoResourcesManager::IconosHerramientas::GetIcoAngulo();
94
95
        m_pAnguloBuilder = NULL;
95
96
}