Modify ↓
Opened 14 years ago
Closed 14 years ago
#7309 closed defect (fixed)
JOSM should load images included in StartupPageSource from JAR
Reported by: | Don-vip | Owned by: | team |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | Core | Version: | |
Keywords: | Cc: |
Attachments (1)
Change History (4)
by , 14 years ago
Attachment: | josm_bug_startupsource.png added |
---|
comment:1 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 14 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
You should only replace the string when you find the image. The startup-messages are news, which means they are displayed mainly on older josm versions, which don't have newer icons available.
Instead of defaulting back to a default icon, default should be loading the remote icon.
comment:3 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
In [4865/josm]:
fixed #7209 - do not replace unknown images by dummy image; quote properly
Note:
See TracTickets
for help on using tickets.
In [4863/josm]: