Index: /trunk/src/VBox/Frontends/VirtualBox/src/cloud/UICloudProfileManager.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/cloud/UICloudProfileManager.cpp	(revision 75370)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/cloud/UICloudProfileManager.cpp	(revision 75371)
@@ -358,5 +358,5 @@
                     {
                         /* Acquire supported property names: */
-                        const QVector<QString> supportedNames = comCloudProfile.GetSupportedPropertyNames();
+                        const QVector<QString> supportedNames = comCloudProvider.GetSupportedPropertyNames();
                         /* Show error message if necessary: */
                         if (!comCloudProfile.isOk())
@@ -832,10 +832,10 @@
         {
             /* Acquire descriptions: */
-            for (int i = 0; i < keys.size(); ++i)
-            {
-                descriptions[i] = comProfile.GetPropertyDescription(keys.at(i));
-                if (!comProfile.isOk())
-                    continue;
-            }
+//          for (int i = 0; i < keys.size(); ++i)
+//          {
+//              descriptions[i] = comProfile.GetPropertyDescription(keys.at(i));
+//              if (!comProfile.isOk())
+//                  continue;
+//          }
 
             /* Enumerate all the keys: */
Index: /trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic2.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic2.cpp	(revision 75370)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic2.cpp	(revision 75371)
@@ -255,5 +255,5 @@
 
                         /* Use non-translated description as tool-tip: */
-                        const QString strToolTip = m_comCloudProfile.GetPropertyDescription(keys.at(i));
+                        const QString strToolTip = m_comCloudProvider.GetPropertyDescription(keys.at(i));
                         /* Show error message if necessary: */
                         if (!m_comCloudProfile.isOk())
Index: /trunk/src/VBox/Main/idl/VirtualBox.xidl
===================================================================
--- /trunk/src/VBox/Main/idl/VirtualBox.xidl	(revision 75370)
+++ /trunk/src/VBox/Main/idl/VirtualBox.xidl	(revision 75371)
@@ -25320,5 +25320,5 @@
   <interface
     name="ICloudProfile" extends="$unknown"
-    uuid="011d1e9a-a48b-4d15-91a0-6101b087155c"
+    uuid="5f2ba3a2-f899-4261-877f-08b7bc52c15a"
     wsmap="managed" reservedMethods="4" reservedAttributes="4"
     >
@@ -25333,10 +25333,4 @@
       <desc>
         Returns provider identifier tied with this profile.
-      </desc>
-    </attribute>
-
-    <attribute name="supportedPropertyNames" type="wstring" safearray="yes" readonly="yes">
-      <desc>
-        Returns the supported property names.
       </desc>
     </attribute>
@@ -25433,17 +25427,4 @@
     </method>
 
-    <!--- @todo r=klaus Is this the best placement of this method? To me it's
-         not obvious that it processes the object's state at all, and could be
-         moved up to ICloudProvider unless there's any chance that the
-         description changes with the profile. -->
-    <method name="getPropertyDescription" const="yes">
-      <param name="name" type="wstring" dir="in">
-        <desc>Property name.</desc>
-      </param>
-      <param name="description" type="wstring" dir="return">
-        <desc>Property description.</desc>
-      </param>
-    </method>
-
     <method name="remove">
       <desc>
@@ -25472,5 +25453,5 @@
   <interface
     name="ICloudProvider" extends="$unknown"
-    uuid="6e500583-602c-49bc-894d-2f53b8e371e9"
+    uuid="8154fa84-35d7-4a9b-86b4-cb2635b0d9f5"
     wsmap="managed" reservedMethods="4" reservedAttributes="4"
     >
@@ -25502,4 +25483,19 @@
       <desc>Returns all profile names for this cloud provider.</desc>
     </attribute>
+
+    <attribute name="supportedPropertyNames" type="wstring" safearray="yes" readonly="yes">
+      <desc>
+        Returns the supported property names.
+      </desc>
+    </attribute>
+
+    <method name="getPropertyDescription" const="yes">
+      <param name="name" type="wstring" dir="in">
+        <desc>Property name.</desc>
+      </param>
+      <param name="description" type="wstring" dir="return">
+        <desc>Property description.</desc>
+      </param>
+    </method>
 
     <method name="createProfile">
