Skip to content

Commit 816479f

Browse files
committed
Added collection name to About Dialog
Signed-off-by: ahcorde <[email protected]>
1 parent 25ddf2f commit 816479f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gui/AboutDialogHandler.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ using namespace gazebo::gui;
2828
/////////////////////////////////////////////////
2929
AboutDialogHandler::AboutDialogHandler()
3030
{
31+
aboutText += "<b>Gazebo " + std::string(GZ_DISTRIBUTION) + "</b><br>";
3132
aboutText += std::string(IGNITION_GAZEBO_VERSION_HEADER);
3233
aboutText += "<table class='nostyle'>"
3334
"<tr>"

0 commit comments

Comments
 (0)