Skip to content

Commit

Permalink
Merge pull request #4 in MT/org.custusx.virtualbronchoscopy from feat…
Browse files Browse the repository at this point in the history
…ure/CX-127-change-object-names-used-by-help-system to develop

* commit 'da9291f30ed7b2969e3fc31850d5edc05ee27958':
  CX-127: Changed object class name
  • Loading branch information
olevs committed Sep 27, 2016
2 parents c1df830 + da9291f commit cf06c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cxVBWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ VBWidget::VBWidget(VisServicesPtr services, QWidget *parent) :
mControlsEnabled(false),
mStorage(new PatientStorage(services->session(), "VirtualBronchoscopy"))
{
this->setObjectName("Virtual Bronchoscopy Widget");
this->setObjectName("virtual_bronchoscopy_widget");
this->setWindowTitle("Virtual Bronchoscopy");
this->setWhatsThis(this->defaultWhatsThis());

Expand Down

0 comments on commit cf06c21

Please sign in to comment.