Changes between Version 2 and Version 3 of Ticket #21522


Ignore:
Timestamp:
2021-11-06T22:07:38+01:00 (4 years ago)
Author:
Don-vip
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21522

    • Property Keywords icon link added
  • Ticket #21522 – Description

    v2 v3  
    55
    66==== What is the expected result?
    7 I think the best way would be a constant path to the icon. I'd suggest "C:\Users\USERNAME\AppData\Local\JOSM\JOSM.ico"/"%USERPROFILE%\AppData\Local\JOSM\JOSM.ico" and "C:\Users\USERNAME\AppData\Local\JOSM\HWConsole.ico"/"%USERPROFILE%\AppData\Local\JOSM\HWConsole.ico" since they are already there.
     7I think the best way would be a constant path to the icon. I'd suggest
     8{{{
     9"C:\Users\USERNAME\AppData\Local\JOSM\JOSM.ico" / "%USERPROFILE%\AppData\Local\JOSM\JOSM.ico"
     10"C:\Users\USERNAME\AppData\Local\JOSM\HWConsole.ico" / "%USERPROFILE%\AppData\Local\JOSM\HWConsole.ico"
     11}}}
     12since they are already there.
    813
    914==== What happens instead?