summaryrefslogtreecommitdiff
path: root/src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp')
-rw-r--r--src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp b/src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp
index a49add1ac..e26016d18 100644
--- a/src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp
+++ b/src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp
@@ -428,7 +428,7 @@ extern "C" DECLEXPORT(int) TrustedMain (int argc, char **argv, char **envp)
#endif
int rc = VINF_SUCCESS;
- RTPrintf("Sun VirtualBox Simple SDL GUI built %s %s\n", __DATE__, __TIME__);
+ RTPrintf(VBOX_PRODUCT " Simple SDL GUI built %s %s\n", __DATE__, __TIME__);
// less than one parameter is not possible
if (argc < 2)