~ubuntu-branches/ubuntu/wily/ginkgocadx/wily-proposed

« back to all changes in this revision

Viewing changes to src/cadxcore/export/tools/ishowtagstool.cpp

  • Committer: Package Import Robot
  • Author(s): Dmitry Smirnov
  • Date: 2014-01-09 07:37:09 UTC
  • mfrom: (1.2.3)
  • Revision ID: package-import@ubuntu.com-20140109073709-rpuh5x3p3finvtze
Tags: 3.6.0.1228.33+dfsg-1
New upstream release [December 2013]

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
GNC::GCS::ITool::UID GNC::GCS::IShowTagsTool::ID = HCore_ShowDicomTags;
18
18
 
19
 
GNC::GCS::IShowTagsTool::IShowTagsTool() : ITool(ID, TMenuHerramientas,  _Std("Show / Hide DICOM tags panel"), GinkgoResourcesManager::ToolIcons::GetIcoMostrarOcultarTags())
 
19
GNC::GCS::IShowTagsTool::IShowTagsTool() : ITool(ID, TMenuHerramientas,  _Std("DICOM inspector"), GinkgoResourcesManager::ToolIcons::GetIcoMostrarOcultarTags())
20
20
{
21
21
}