Changes between Initial Version and Version 4 of Ticket #8551


Ignore:
Timestamp:
Sep 16, 2018, 6:01:37 PM (6 years ago)
Author:
humdinger
Comment:

The problem still exists, even though I have no idea what the solution could be...
I'm adjusting the tickets summary and description.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8551

    • Property Owner changed from axeld to nobody
    • Property Status newassigned
    • 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  
    11This is hrev44133, gcc2hybrid.
    22
     3The "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
     5Proposed solution: set short description ToLower() so that "Preferred for Folder" would became "Preferred for folder" and so on.
     6
    37Set %type ToLower(): http://cgit.haiku-os.org/haiku/tree/src/kits/tracker/OpenWithWindow.cpp#n1470