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

« back to all changes in this revision

Viewing changes to src/cadxcore/main/tools/herramientaregla.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: herramientaregla.cpp 3830 2011-05-06 13:30:18Z carlos $
 
3
 *  $Id: herramientaregla.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.
29
29
        m_Activa = false;
30
30
        m_pReglaBuilder = NULL;
31
31
 
32
 
        m_Descripcion = _Std("Rule");
 
32
        m_Descripcion = _Std("Rule\tCtrl+R");
 
33
        m_AcceleratorCode = m_Descripcion[m_Descripcion.size() - 1];
33
34
        m_Icono = GinkgoResourcesManager::IconosHerramientas::GetIcoLongitud();
34
35
}
35
36