Maemo: Add some helpful tooltips to the device configurations dialog.

This commit is contained in:
Christian Kandeler
2011-01-04 15:01:30 +01:00
parent aba9ee3f44
commit f91abf127e

View File

@@ -375,6 +375,9 @@
<property name="enabled">
<bool>false</bool>
</property>
<property name="toolTip">
<string>Click here to check whether this device is properly set up to run Maemo projects.</string>
</property>
<property name="text">
<string>&amp;Test</string>
</property>
@@ -385,6 +388,9 @@
<property name="enabled">
<bool>false</bool>
</property>
<property name="toolTip">
<string>Click here if you don't have an SSH key yet.</string>
</property>
<property name="text">
<string>&amp;Generate SSH Key ...</string>
</property>
@@ -395,6 +401,9 @@
<property name="enabled">
<bool>false</bool>
</property>
<property name="toolTip">
<string>This will enable you to log into the device without a password.</string>
</property>
<property name="text">
<string>&amp;Deploy Public Key ...</string>
</property>
@@ -405,6 +414,9 @@
<property name="enabled">
<bool>false</bool>
</property>
<property name="toolTip">
<string>Click here to see which processes are running on the device.</string>
</property>
<property name="text">
<string>Remote Processes ...</string>
</property>