Changes between Initial Version and Version 4 of Ticket #8551
- Timestamp:
- Sep 16, 2018, 6:01:37 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8551
- Property Owner changed from to
- Property Status new → assigned
- Property Summary [Tracker] set short description ToLower() so that "Preferred for Folder" would became "Preferred for folder" and so on. → "Open with" shows uppercase words in Relation column
-
Ticket #8551 – Description
initial v4 1 1 This is hrev44133, gcc2hybrid. 2 2 3 The "Relation" column of a file in the "Open with" window shows a combination of a text "Handles..." or "Preferred..." and the short description of the MIME type. The short description starts with a capital letter, so that results in e.g. "Preferred for Folder" or "Handles Text file". 4 5 Proposed solution: set short description ToLower() so that "Preferred for Folder" would became "Preferred for folder" and so on. 6 3 7 Set %type ToLower(): http://cgit.haiku-os.org/haiku/tree/src/kits/tracker/OpenWithWindow.cpp#n1470