Changeset 769 for trunk/src/gui/dialogs/qfiledialog.ui
- Timestamp:
- Aug 2, 2010, 9:27:30 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.3 (added) merged: 768 /branches/vendor/nokia/qt/current merged: 767 /branches/vendor/nokia/qt/4.6.2 removed
- Property svn:mergeinfo changed
-
trunk/src/gui/dialogs/qfiledialog.ui
r651 r769 84 84 <string>Back</string> 85 85 </property> 86 <property name="accessibleName"> 87 <string>Back</string> 88 </property> 89 <property name="accessibleDescription"> 90 <string>Go back</string> 91 </property> 86 92 </widget> 87 93 </item> … … 91 97 <string>Forward</string> 92 98 </property> 99 <property name="accessibleName"> 100 <string>Forward</string> 101 </property> 102 <property name="accessibleDescription"> 103 <string>Go forward</string> 104 </property> 93 105 </widget> 94 106 </item> … … 98 110 <string>Parent Directory</string> 99 111 </property> 112 <property name="accessibleName"> 113 <string>Parent Directory</string> 114 </property> 115 <property name="accessibleDescription"> 116 <string>Go to the parent directory</string> 117 </property> 100 118 </widget> 101 119 </item> … … 105 123 <string>Create New Folder</string> 106 124 </property> 125 <property name="accessibleName"> 126 <string>Create New Folder</string> 127 </property> 128 <property name="accessibleDescription"> 129 <string>Create a New Folder</string> 130 </property> 107 131 </widget> 108 132 </item> … … 112 136 <string>List View</string> 113 137 </property> 138 <property name="accessibleName"> 139 <string>List View</string> 140 </property> 141 <property name="accessibleDescription"> 142 <string>Change to list view mode</string> 143 </property> 114 144 </widget> 115 145 </item> … … 118 148 <property name="toolTip" > 119 149 <string>Detail View</string> 150 </property> 151 <property name="accessibleName"> 152 <string>Detail View</string> 153 </property> 154 <property name="accessibleDescription"> 155 <string>Change to detail view mode</string> 120 156 </property> 121 157 </widget>
Note:
See TracChangeset
for help on using the changeset viewer.