#! /bin/sh /usr/share/dpatch/dpatch-run ## 02_use-decimal-si-by-default.dpatch by Adrien Cunin ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: By default, display file sizes using decimal base and SI units instead of ## DP: just bytes; complies with Ubuntu UnitsPolicy. @DPATCH@ diff -urNad filezilla-3.3.1~/src/interface/Options.cpp filezilla-3.3.1/src/interface/Options.cpp --- filezilla-3.3.1~/src/interface/Options.cpp 2010-01-02 15:42:28.000000000 +0100 +++ filezilla-3.3.1/src/interface/Options.cpp 2010-03-10 23:38:22.797100419 +0100 @@ -111,7 +111,7 @@ { "Date Format", string, _T(""), false }, { "Show message log", number, _T("1"), false }, { "Show queue", number, _T("1"), false }, - { "Size format", number, _T("0"), false }, + { "Size format", number, _T("3"), false }, { "Size thousands separator", number, _T("1"), false }, { "Default editor", string, _T(""), false }, { "Always use default editor", number, _T("0"), false },