Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/elfmz/far2l.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShmuel Zeigerman <solomuz0@gmail.com>2022-04-10 17:02:26 +0300
committerShmuel Zeigerman <solomuz0@gmail.com>2022-04-10 17:02:26 +0300
commit057650573051314f77a53f2f45d89490ead0be8f (patch)
tree31dea6c1a1cb790cd7b4174cd8f930875cb1e670 /far2l/src/mix
parentdd15df4208eb0b98b9a851e7682c5646dabce53f (diff)
Raise the maximum of custom columns from 10 to 20
Diffstat (limited to 'far2l/src/mix')
-rw-r--r--far2l/src/mix/panelmix.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/far2l/src/mix/panelmix.cpp b/far2l/src/mix/panelmix.cpp
index 31e6881e..7758a7e9 100644
--- a/far2l/src/mix/panelmix.cpp
+++ b/far2l/src/mix/panelmix.cpp
@@ -48,9 +48,9 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "lang.hpp"
#include "datetime.hpp"
-int ColumnTypeWidth[]={0, 6, 6, 8, 5, 14, 14, 14, 14, 10, 0, 0, 3, 3, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
-
-static const wchar_t *ColumnSymbol[]={L"N",L"S",L"P",L"D",L"T",L"DM",L"DC",L"DA",L"DE",L"A",L"Z",L"O",L"U",L"LN",L"F",L"G",L"C0",L"C1",L"C2",L"C3",L"C4",L"C5",L"C6",L"C7",L"C8",L"C9"};
+int ColumnTypeWidth[]={0, 6, 6, 8, 5, 14, 14, 14, 14, 10, 0, 0, 3, 3, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
+
+static const wchar_t *ColumnSymbol[]={L"N",L"S",L"P",L"D",L"T",L"DM",L"DC",L"DA",L"DE",L"A",L"Z",L"O",L"U",L"LN",L"F",L"G",L"C0",L"C1",L"C2",L"C3",L"C4",L"C5",L"C6",L"C7",L"C8",L"C9",L"C10",L"C11",L"C12",L"C13",L"C14",L"C15",L"C16",L"C17",L"C18",L"C19"};
void ShellUpdatePanels(Panel *SrcPanel,BOOL NeedSetUpADir)