We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ddf2f commit 816479fCopy full SHA for 816479f
src/gui/AboutDialogHandler.cc
@@ -28,6 +28,7 @@ using namespace gazebo::gui;
28
/////////////////////////////////////////////////
29
AboutDialogHandler::AboutDialogHandler()
30
{
31
+ aboutText += "<b>Gazebo " + std::string(GZ_DISTRIBUTION) + "</b><br>";
32
aboutText += std::string(IGNITION_GAZEBO_VERSION_HEADER);
33
aboutText += "<table class='nostyle'>"
34
"<tr>"
0 commit comments