diff options
| author | Tannin <devnull@localhost> | 2014-05-04 14:50:01 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2014-05-04 14:50:01 +0200 |
| commit | 6fb36d6c028d4fe88043c764e42b54df9b06f48b (patch) | |
| tree | 8c23cfc17447d217d91eb170cffa5a6372f003b1 /src/resources.qrc | |
| parent | ea1f959ad592c1f10c5c60908e01c220aed206a5 (diff) | |
- main window now has a small view displaying log messages
- mod list will now be highlighted when grouping is active is active
- download tooltip now supports bbcode markup in the description
- bbcode translator will now translate some named colors
- algorithm for detection of mod order problems is now more sophisticated
- exposed more functionality to python plugins
- updated to qt 4.8.6 dlls
- bugfix: plugin list wasn't
- bugfix: state changes in mod list wasn't always reported
- bugfix: loot client will now create necessary directory
- bugfix: NCC sometimes used wrong source path for extracting
- bugfix: removed noisy debug message
Diffstat (limited to 'src/resources.qrc')
| -rw-r--r-- | src/resources.qrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resources.qrc b/src/resources.qrc index bf53ea95..2300a15e 100644 --- a/src/resources.qrc +++ b/src/resources.qrc @@ -24,13 +24,13 @@ <file alias="previous">resources/go-previous_16.png</file> <file alias="refresh">resources/view-refresh_16.png</file> <file alias="update_available">resources/software-update-available.png</file> - <file>resources/emblem-important.png</file> + <file alias="important">resources/emblem-important.png</file> <file>resources/check.png</file> <file>mo_icon.ico</file> <file alias="warning">resources/dialog-warning.png</file> <file alias="emblem_backup">resources/symbol-backup.png</file> <file alias="icon_tools">resources/applications-accessories.png</file> - <file alias="emblem_problem">resources/emblem-unreadable.png</file> + <file alias="problem">resources/emblem-unreadable.png</file> <file>resources/internet-web-browser.png</file> <file alias="update">resources/system-software-update.png</file> <file alias="help">resources/help-browser_32.png</file> |
