summarylogtreecommitdiffstats
path: root/default-to-html-view.patch
diff options
context:
space:
mode:
authordaert2018-09-16 13:45:52 +0200
committerdaert2018-09-16 13:45:52 +0200
commitd77c1c2277c7839511563ea24c56927fd8fc554c (patch)
treea8740a2ebb2389a449ccd89d4785af85af035562 /default-to-html-view.patch
downloadaur-d77c1c2277c7839511563ea24c56927fd8fc554c.tar.gz
Initial project version
Diffstat (limited to 'default-to-html-view.patch')
-rwxr-xr-xdefault-to-html-view.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/default-to-html-view.patch b/default-to-html-view.patch
new file mode 100755
index 000000000000..872f39809682
--- /dev/null
+++ b/default-to-html-view.patch
@@ -0,0 +1,13 @@
+--- GUI_Main.cpp
++++ GUI_Main.cpp
+@@ -85,9 +85,9 @@
+ //Defaults
+ Menu_View_Sheet->Enable(false); //Not yet available
+ Menu_View_Tree->Enable (false); //Not yet available
+- Menu_View_Easy->Check(); //Default to HTML with GUI.
++ Menu_View_HTML->Check(); //Default to HTML with GUI.
+ wxCommandEvent* EventTemp=new wxCommandEvent();
+- OnMenu_View_Easy(*EventTemp);
++ OnMenu_View_HTML(*EventTemp);
+ delete EventTemp; //This is done to be GCC-compatible...
+ Menu_Debug_Demux_None->Check(); //Default to no Debug Demux