[skip ci] fix copy&paste errors
This commit is contained in:
@@ -35,7 +35,7 @@ namespace Dialog {
|
||||
class Ui_DlgSettingsImage;
|
||||
|
||||
/**
|
||||
* The DlgSettings3DViewImp class implements a preference page to change settings
|
||||
* The DlgSettingsImageImp class implements a preference page to change settings
|
||||
* for the Inventor viewer.
|
||||
* @author Werner Mayer
|
||||
*/
|
||||
|
||||
@@ -59,4 +59,4 @@ private:
|
||||
} // namespace Dialog
|
||||
} // namespace Gui
|
||||
|
||||
#endif // GUI_DIALOG_DLGSETTINGS3DVIEWIMP_H
|
||||
#endif // GUI_DIALOG_DLGSETTINGSUnitsIMP_H
|
||||
|
||||
@@ -36,7 +36,7 @@ using namespace RaytracingGui;
|
||||
/* TRANSLATOR RaytracingGui::DlgSettingsRayImp */
|
||||
|
||||
/**
|
||||
* Constructs a DlgSettings3DViewImp which is a child of 'parent', with the
|
||||
* Constructs a DlgSettingsRayImp which is a child of 'parent', with the
|
||||
* name 'name' and widget flags set to 'f'
|
||||
*/
|
||||
DlgSettingsRayImp::DlgSettingsRayImp( QWidget* parent )
|
||||
|
||||
@@ -31,7 +31,7 @@ namespace RaytracingGui {
|
||||
class Ui_DlgSettingsRay;
|
||||
|
||||
/**
|
||||
* The DlgSettings3DViewImp class implements a preference page to change settings
|
||||
* The DlgSettingsRayImp class implements a preference page to change settings
|
||||
* for the Inventor viewer.
|
||||
* \author Jürgen Riegel
|
||||
*/
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
using namespace StartGui;
|
||||
|
||||
/**
|
||||
* Constructs a DlgSettings3DViewImp which is a child of 'parent'
|
||||
* Constructs a DlgStartPreferencesImp which is a child of 'parent'
|
||||
*/
|
||||
DlgStartPreferencesImp::DlgStartPreferencesImp( QWidget* parent )
|
||||
: PreferencePage( parent )
|
||||
|
||||
Reference in New Issue
Block a user