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

« back to all changes in this revision

Viewing changes to src/cadxcore/main/gui/acquisition/downloadelementcontainerpanel.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: downloadelementcontainerpanel.cpp 4129 2011-09-02 12:38:15Z carlos $
 
3
*  $Id: downloadelementcontainerpanel.cpp 4329 2011-10-25 09:46:09Z tovar $
4
4
*  Ginkgo CADx Project
5
5
*
6
6
*  Copyright 2008-10 MetaEmotion S.L. All rights reserved.
301
301
                                                        m_pButtonDelete->Enable(true);
302
302
                                                        m_pButtonOpen->Enable(true);
303
303
                                                        m_pGinkgoProgress->SetColorSchema(GinkgoGauge::TCS_GREEN);
304
 
                                                        m_pToolBar->SetToolBitmap(ID_BUTTON_INIT_STOP, GinkgoResourcesManager::IconosHerramientas::GetIcoSinOpciones());
305
 
                                                        m_pToolBar->SetToolLabel(ID_BUTTON_INIT_STOP, wxT(""));
 
304
                                                        m_pToolBar->Hide();
306
305
                                                        m_pToolBar->Enable(false);
307
306
                                                        m_pToolBar->Refresh(true);
 
307
                                                        Layout();
308
308
                                                }
309
309
                                                break;
310
310
                                        case Erronea: