summaryrefslogtreecommitdiff
path: root/src/installationmanager.cpp
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2013-04-13 19:23:18 +0200
committerTannin <devnull@localhost>2013-04-13 19:23:18 +0200
commit1c9018e9fdba7878b0ef605f81529c20ef3bbffe (patch)
tree7b52a5f7b9091ea68f03d06692bba4c240d30d49 /src/installationmanager.cpp
parent528338d7bfb5479115511f77b70219eda1b32a62 (diff)
- bugfix: wrong multibyte to widechar conversion in hookdll breaks internationalization
- bugfix: mod names not checked for validity on rename - bugfix: mod list wasn't invalidated after rename (regression?) - problem reports moved to separate dialog - ncc plugin now does the check for dotNet - python plugin wrapper started (only supports tools currently) - new ini editor plugin in python (non-functional currently)
Diffstat (limited to 'src/installationmanager.cpp')
-rw-r--r--src/installationmanager.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/installationmanager.cpp b/src/installationmanager.cpp
index 1abb19da..63945150 100644
--- a/src/installationmanager.cpp
+++ b/src/installationmanager.cpp
@@ -18,9 +18,7 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
*/
#include "installationmanager.h"
-
#include "utility.h"
-
#include "report.h"
#include "categories.h"
#include "questionboxmemory.h"