Skip to content

Commit

Permalink
Gazebo -> Gazebo Sim
Browse files Browse the repository at this point in the history
Signed-off-by: methylDragon <[email protected]>
  • Loading branch information
methylDragon committed May 26, 2022
1 parent a5493d3 commit e00612f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/cmd/ign.cc
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ extern "C" int runGui(const char *_guiConfig)
// Customize window
auto mainWin = app.findChild<gz::gui::MainWindow *>();
auto win = mainWin->QuickWindow();
win->setProperty("title", "Gazebo");
win->setProperty("title", "Gazebo Sim");

// Instantiate GazeboDrawer.qml file into a component
QQmlComponent component(app.Engine(), ":/Gazebo/GazeboDrawer.qml");
Expand Down
2 changes: 1 addition & 1 deletion src/gui/Gui.cc
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ std::unique_ptr<gz::gui::Application> createGui(
mainWin->SetRenderEngine(_renderEngine);
}
auto win = mainWin->QuickWindow();
win->setProperty("title", "Gazebo");
win->setProperty("title", "Gazebo Sim");

// Let QML files use C++ functions and properties
auto context = new QQmlContext(app->Engine()->rootContext());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ColumnLayout {
'<li>Move To / Follow: Camera tracking</li>' +
'<li>Copy / Paste: Copy Paste</li>' +
'<li>View: Visualization Capabilities</li>' +
'<li>Remove: Gazebo Scene Manager</li></ul>'
'<li>Remove: Gz Scene Manager</li></ul>'

Label {
Layout.fillWidth: true
Expand Down
2 changes: 1 addition & 1 deletion src/gui/resources/GazeboDrawer.qml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Rectangle {
*/
Dialog {
id: aboutDialog
title: "Gazebo"
title: "Gazebo Sim"

modal: true
focus: true
Expand Down

0 comments on commit e00612f

Please sign in to comment.