Skip to content
Snippets Groups Projects
Commit d096fd17 authored by valerio's avatar valerio
Browse files

Changed window title of data viewer

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2430 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent b577a3a4
Branches
Tags
No related merge requests found
...@@ -72,7 +72,7 @@ DataViewer::DataViewer(QWidget* p, const Data& data, const QString& name): ...@@ -72,7 +72,7 @@ DataViewer::DataViewer(QWidget* p, const Data& data, const QString& name):
lastmouse_() lastmouse_()
{ {
connect(ov_manager_gui_,SIGNAL(SettingsChanged()),this,SLOT(UpdateView())); connect(ov_manager_gui_,SIGNAL(SettingsChanged()),this,SLOT(UpdateView()));
setWindowTitle("GIPLT Viewer"); setWindowTitle("OpenStructure Data Viewer");
build(data); build(data);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment