From 4e270511963d501f0c54f4e8f5f51a544730afc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrico=20Tr=C3=B6ger?= Date: Tue, 30 May 2006 15:30:36 +0000 Subject: [PATCH] Fixed typo git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@378 ea778897-0a13-0410-b9d1-a72fbfd435f5 --- data/filetypes.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/filetypes.common b/data/filetypes.common index 1031f2c6..f9246110 100644 --- a/data/filetypes.common +++ b/data/filetypes.common @@ -11,4 +11,4 @@ current_line=0x0;0xE5E5E5;false;false # style of folding icons, only first and second arguments are used, valid values are: # first argument: 1 for boxes, 2 for circles # second argument: 1 for straight lines, 2 for curved lines -#folding_style=1;1;false;false +folding_style=1;1;false;false