aboutsummaryrefslogtreecommitdiff
path: root/x11-fm/doublecmd/files/patch-src-ftweakplugin.pas
diff options
context:
space:
mode:
Diffstat (limited to 'x11-fm/doublecmd/files/patch-src-ftweakplugin.pas')
-rw-r--r--x11-fm/doublecmd/files/patch-src-ftweakplugin.pas11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-fm/doublecmd/files/patch-src-ftweakplugin.pas b/x11-fm/doublecmd/files/patch-src-ftweakplugin.pas
new file mode 100644
index 000000000000..f43099eaf689
--- /dev/null
+++ b/x11-fm/doublecmd/files/patch-src-ftweakplugin.pas
@@ -0,0 +1,11 @@
+--- src/ftweakplugin.pas 2012-12-12 14:39:03.000000000 -0500
++++ src/ftweakplugin.pas 2012-12-12 14:39:40.000000000 -0500
+@@ -276,7 +276,7 @@
+
+ procedure TfrmTweakPlugin.FormCreate(Sender: TObject);
+ begin
+- {$if (lcl_release) < 31}
++ {$if (lcl_major < 1) and (lcl_release < 31)}
+ nbTweakAll.ShowTabs := False;
+ nbTweakAll.TabStop := True;
+ {$endif}