Skip to content

Commit

Permalink
[skip ci] fix copy&paste errors
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Mar 15, 2020
1 parent 8bd75eb commit 804d27b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Gui/DlgSettingsImageImp.h
Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Gui/DlgSettingsUnitsImp.h
Expand Up @@ -59,4 +59,4 @@ public Q_SLOTS:
} // namespace Dialog
} // namespace Gui

#endif // GUI_DIALOG_DLGSETTINGS3DVIEWIMP_H
#endif // GUI_DIALOG_DLGSETTINGSUnitsIMP_H
2 changes: 1 addition & 1 deletion src/Mod/Raytracing/Gui/DlgSettingsRayImp.cpp
Expand Up @@ -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 )
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Raytracing/Gui/DlgSettingsRayImp.h
Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Start/Gui/DlgStartPreferencesImp.cpp
Expand Up @@ -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 )
Expand Down

0 comments on commit 804d27b

Please sign in to comment.