diff options
| author | Tannin <devnull@localhost> | 2013-09-11 22:54:45 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2013-09-11 22:54:45 +0200 |
| commit | af6e1c3ab4f3687c88715dffff8b1bf2f38a15d6 (patch) | |
| tree | 414f43c931e2e040344e87d2f6317196c1cea108 /src/resources.qrc | |
| parent | 50325c8fc23fdeed6e1acb90917e8e2889a1140f (diff) | |
- when installing mods from outside the download directory the absolute path is now stored
- added a context menu to the toolbar buttons so tool icons can be removed directly
- initweaks modinfo tab is now always available and allows new ini tweaks to be created
- fake esms are now treated as masters (as they should)
- MO will now display a warning if not all masters of an esp are enabled. The tooltip gives a list of required masters
- bugfix: path returned by getfullpathname was sometimes not correctly terminated
- bugfix: path after reverse-rerouting was sometimes incorrect, missing a path separator
- bugfix: change of current directory sometimes used a fake directory without need
- bugfix: icons in shortcut menu were not alwayscorrectly updated
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 df17ea79..3f27e2cc 100644 --- a/src/resources.qrc +++ b/src/resources.qrc @@ -27,8 +27,7 @@ <file>resources/emblem-important.png</file> <file>resources/check.png</file> <file>mo_icon.ico</file> - <file>resources/dialog-warning.png</file> - <file>resources/dialog-warning_16.png</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> @@ -51,5 +50,6 @@ <file alias="emblem_conflict_redundant">resources/conflict-redundant.png</file> <file alias="emblem_notes">resources/accessories-text-editor.png</file> <file alias="version_date">resources/x-office-calendar.png</file> + <file alias="warning_16">resources/dialog-warning_16.png</file> </qresource> </RCC> |
