summaryrefslogtreecommitdiff
path: root/deskutils/notecase/files/patch-src-MainWnd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/notecase/files/patch-src-MainWnd.cpp')
-rw-r--r--deskutils/notecase/files/patch-src-MainWnd.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/deskutils/notecase/files/patch-src-MainWnd.cpp b/deskutils/notecase/files/patch-src-MainWnd.cpp
deleted file mode 100644
index 6b8bb56ca57e..000000000000
--- a/deskutils/notecase/files/patch-src-MainWnd.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
-Disable grey welcome screen as it crashes Notecase at startup
-
---- src/MainWnd.cpp.orig 2013-07-03 17:46:48.000000000 +0200
-+++ src/MainWnd.cpp 2013-07-03 17:46:48.000000000 +0200
-@@ -147,7 +147,7 @@
- {
- g_shortcuts.Load();
-
-- g_objIni.GetValue("Display", "DrawGrayTextView", g_bDrawTextviewExpose, 1);
-+ g_objIni.GetValue("Display", "DrawGrayTextView", g_bDrawTextviewExpose, 0);
-
- g_objIni.GetValue("Display", "TreeToTheRight", g_bTreeToTheRight);
- g_bTreeToTheRightInitial = g_bTreeToTheRight;