mirror of https://github.com/CGAL/cgal
Renamed actionExit to actionQuit
This commit is contained in:
parent
72562deab8
commit
ba7fcaa5f2
|
|
@ -88,7 +88,7 @@ MainWindow::MainWindow()
|
||||||
//
|
//
|
||||||
// Manual handling of actions
|
// Manual handling of actions
|
||||||
//
|
//
|
||||||
QObject::connect(this->actionExit, SIGNAL(triggered()),
|
QObject::connect(this->actionQuit, SIGNAL(triggered()),
|
||||||
this, SLOT(close()));
|
this, SLOT(close()));
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -101,7 +101,7 @@
|
||||||
<addaction name="actionLoadPoints" />
|
<addaction name="actionLoadPoints" />
|
||||||
<addaction name="actionSavePoints" />
|
<addaction name="actionSavePoints" />
|
||||||
<addaction name="separator" />
|
<addaction name="separator" />
|
||||||
<addaction name="actionExit" />
|
<addaction name="actionQuit" />
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QMenu" name="menuEdit" >
|
<widget class="QMenu" name="menuEdit" >
|
||||||
<property name="title" >
|
<property name="title" >
|
||||||
|
|
@ -131,7 +131,7 @@
|
||||||
<string>About &CGAL</string>
|
<string>About &CGAL</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionExit" >
|
<action name="actionQuit" >
|
||||||
<property name="text" >
|
<property name="text" >
|
||||||
<string>&Quit</string>
|
<string>&Quit</string>
|
||||||
</property>
|
</property>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue