~ubuntu-branches/ubuntu/raring/ginkgocadx/raring-proposed

« back to all changes in this revision

Viewing changes to src/cadxcore/main/tools/herramientanota.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: herramientanota.cpp 3830 2011-05-06 13:30:18Z carlos $
 
3
 *  $Id: herramientanota.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.
40
40
        m_pAbstractPanelHerramientaOpciones = NULL;
41
41
 
42
42
        m_Icono = GinkgoResourcesManager::IconosHerramientas::GetIcoAnotacion();
43
 
        m_Descripcion = _Std("Text Note");
 
43
        m_Descripcion = _Std("Text Note\tCtrl+N");
 
44
        m_AcceleratorCode = m_Descripcion[m_Descripcion.size() - 1];
44
45
}
45
46
 
46
47
GNC::HerramientaNota::~HerramientaNota()