summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeremy Rimpo <jrim@rimpo.org>2018-03-23 11:56:23 -0500
committerJeremy Rimpo <jrim@rimpo.org>2018-03-23 11:56:23 -0500
commit92e3fa2fdd026811d646fa4126551616a468302e (patch)
tree4b4686e71941892d5c6c0e87a6f6a228e99474f1 /src
parent5a98d69dcdf470308823b8648367c2f13b52c593 (diff)
parent5dd0e3b77e204cc32c365f139224bd996126987a (diff)
Merge branch 'Develop' of https://github.com/Modorganizer2/modorganizer into Develop
Diffstat (limited to 'src')
-rw-r--r--src/mainwindow.cpp4
-rw-r--r--src/resources/archive-conflict-loser.pngbin18052 -> 886 bytes
-rw-r--r--src/resources/archive-conflict-mixed.pngbin18052 -> 969 bytes
-rw-r--r--src/resources/archive-conflict-neutral.pngbin18052 -> 846 bytes
-rw-r--r--src/resources/archive-conflict-winner.pngbin18052 -> 939 bytes
-rw-r--r--src/resources/check.pngbin455 -> 395 bytes
-rw-r--r--src/resources/contents/breastplate.pngbin1419 -> 788 bytes
-rw-r--r--src/resources/contents/checkbox-tree.pngbin658 -> 532 bytes
-rw-r--r--src/resources/contents/config.pngbin552 -> 480 bytes
-rw-r--r--src/resources/contents/conversation.pngbin1506 -> 832 bytes
-rw-r--r--src/resources/contents/double-quaver.pngbin1009 -> 640 bytes
-rw-r--r--src/resources/contents/empty-chessboard.pngbin706 -> 537 bytes
-rw-r--r--src/resources/contents/hand-of-god.pngbin1101 -> 687 bytes
-rw-r--r--src/resources/contents/jigsaw-piece.pngbin952 -> 678 bytes
-rw-r--r--src/resources/contents/locked-chest.pngbin1440 -> 801 bytes
-rw-r--r--src/resources/contents/lyre.pngbin1388 -> 783 bytes
-rw-r--r--src/resources/contents/tinker.pngbin1038 -> 742 bytes
-rw-r--r--src/resources/contents/usable.pngbin1345 -> 834 bytes
-rw-r--r--src/resources/document-save.pngbin1150 -> 1117 bytes
-rw-r--r--src/resources/multiply-red.pngbin16018 -> 666 bytes
-rw-r--r--src/resources/open-Folder-Icon.pngbin16927 -> 1434 bytes
-rw-r--r--src/resources/switch-instance-icon.pngbin57516 -> 4333 bytes
22 files changed, 2 insertions, 2 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index a79e42ba..0dbe4d53 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -3938,9 +3938,9 @@ void MainWindow::previewDataFile()
// check if the file comes from the actual data folder instead of a mod
QDir gameDirectory = m_OrganizerCore.managedGame()->dataDirectory().absolutePath();
QString relativePath = gameDirectory.relativeFilePath(fileName);
- QDir direRelativePath = gameDirectory.relativeFilePath(fileName);
+ QDir dirRelativePath = gameDirectory.relativeFilePath(fileName);
// if the file is on a different drive the dirRelativePath will actually be an absolute path so we make sure that is not the case
- if (!direRelativePath.isAbsolute() && !relativePath.startsWith("..")) {
+ if (!dirRelativePath.isAbsolute() && !relativePath.startsWith("..")) {
fileName = relativePath;
}
else {
diff --git a/src/resources/archive-conflict-loser.png b/src/resources/archive-conflict-loser.png
index 77d2e0fa..561e8be8 100644
--- a/src/resources/archive-conflict-loser.png
+++ b/src/resources/archive-conflict-loser.png
Binary files differ
diff --git a/src/resources/archive-conflict-mixed.png b/src/resources/archive-conflict-mixed.png
index e71e0167..df20532c 100644
--- a/src/resources/archive-conflict-mixed.png
+++ b/src/resources/archive-conflict-mixed.png
Binary files differ
diff --git a/src/resources/archive-conflict-neutral.png b/src/resources/archive-conflict-neutral.png
index aba45314..5bedd9c4 100644
--- a/src/resources/archive-conflict-neutral.png
+++ b/src/resources/archive-conflict-neutral.png
Binary files differ
diff --git a/src/resources/archive-conflict-winner.png b/src/resources/archive-conflict-winner.png
index f6260575..5cc568c8 100644
--- a/src/resources/archive-conflict-winner.png
+++ b/src/resources/archive-conflict-winner.png
Binary files differ
diff --git a/src/resources/check.png b/src/resources/check.png
index 0f294a02..5df44755 100644
--- a/src/resources/check.png
+++ b/src/resources/check.png
Binary files differ
diff --git a/src/resources/contents/breastplate.png b/src/resources/contents/breastplate.png
index d3d39407..f8c787e2 100644
--- a/src/resources/contents/breastplate.png
+++ b/src/resources/contents/breastplate.png
Binary files differ
diff --git a/src/resources/contents/checkbox-tree.png b/src/resources/contents/checkbox-tree.png
index a44dd5fd..f4a63237 100644
--- a/src/resources/contents/checkbox-tree.png
+++ b/src/resources/contents/checkbox-tree.png
Binary files differ
diff --git a/src/resources/contents/config.png b/src/resources/contents/config.png
index 3896d885..3aaa2e5c 100644
--- a/src/resources/contents/config.png
+++ b/src/resources/contents/config.png
Binary files differ
diff --git a/src/resources/contents/conversation.png b/src/resources/contents/conversation.png
index 11030fff..76286e33 100644
--- a/src/resources/contents/conversation.png
+++ b/src/resources/contents/conversation.png
Binary files differ
diff --git a/src/resources/contents/double-quaver.png b/src/resources/contents/double-quaver.png
index 7102f472..21dcf4c1 100644
--- a/src/resources/contents/double-quaver.png
+++ b/src/resources/contents/double-quaver.png
Binary files differ
diff --git a/src/resources/contents/empty-chessboard.png b/src/resources/contents/empty-chessboard.png
index b5983010..fccb3aa5 100644
--- a/src/resources/contents/empty-chessboard.png
+++ b/src/resources/contents/empty-chessboard.png
Binary files differ
diff --git a/src/resources/contents/hand-of-god.png b/src/resources/contents/hand-of-god.png
index e3a05335..7cbd0102 100644
--- a/src/resources/contents/hand-of-god.png
+++ b/src/resources/contents/hand-of-god.png
Binary files differ
diff --git a/src/resources/contents/jigsaw-piece.png b/src/resources/contents/jigsaw-piece.png
index 0b26d56b..4949be40 100644
--- a/src/resources/contents/jigsaw-piece.png
+++ b/src/resources/contents/jigsaw-piece.png
Binary files differ
diff --git a/src/resources/contents/locked-chest.png b/src/resources/contents/locked-chest.png
index d70d448e..b49e1165 100644
--- a/src/resources/contents/locked-chest.png
+++ b/src/resources/contents/locked-chest.png
Binary files differ
diff --git a/src/resources/contents/lyre.png b/src/resources/contents/lyre.png
index 041dbb01..3adff24e 100644
--- a/src/resources/contents/lyre.png
+++ b/src/resources/contents/lyre.png
Binary files differ
diff --git a/src/resources/contents/tinker.png b/src/resources/contents/tinker.png
index 9709cee8..dceb1367 100644
--- a/src/resources/contents/tinker.png
+++ b/src/resources/contents/tinker.png
Binary files differ
diff --git a/src/resources/contents/usable.png b/src/resources/contents/usable.png
index 2bc93a7d..c705997a 100644
--- a/src/resources/contents/usable.png
+++ b/src/resources/contents/usable.png
Binary files differ
diff --git a/src/resources/document-save.png b/src/resources/document-save.png
index a94e0eab..18e1f974 100644
--- a/src/resources/document-save.png
+++ b/src/resources/document-save.png
Binary files differ
diff --git a/src/resources/multiply-red.png b/src/resources/multiply-red.png
index c238f07f..f35adc74 100644
--- a/src/resources/multiply-red.png
+++ b/src/resources/multiply-red.png
Binary files differ
diff --git a/src/resources/open-Folder-Icon.png b/src/resources/open-Folder-Icon.png
index c363be0f..6218ed39 100644
--- a/src/resources/open-Folder-Icon.png
+++ b/src/resources/open-Folder-Icon.png
Binary files differ
diff --git a/src/resources/switch-instance-icon.png b/src/resources/switch-instance-icon.png
index b992babe..cd509d3d 100644
--- a/src/resources/switch-instance-icon.png
+++ b/src/resources/switch-instance-icon.png
Binary files differ