Index: /trunk/src/VBox/Frontends/VBoxManage/VBoxManageCloud.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VBoxManage/VBoxManageCloud.cpp	(revision 84642)
+++ /trunk/src/VBox/Frontends/VBoxManage/VBoxManageCloud.cpp	(revision 84643)
@@ -2128,6 +2128,6 @@
 
     Bstr strGatewayVM = "lgw";
-    Bstr strUser = "vbox";          /* @todo Remove?! */
-    Bstr strPassword = "vbox";      /* @todo Remove?! */
+    Bstr strUser = "vbox";
+    Bstr strPassword = "vbox";
 
     Bstr strInstallerScript;
@@ -2419,5 +2419,5 @@
 
 #if 0
-    /* @todo Unregistering the temporary VM makes the image mutable again. Find out the way around it! */
+    /** @todo Unregistering the temporary VM makes the image mutable again. Find out the way around it! */
     RTPrintf("Unregistering temporary local gateway machine...\n");
     SafeIfaceArray<IMedium> media;
