diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-09-08 11:23:11 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-09-08 11:23:11 -0700 |
commit | a13d3172fa1cd66cd81b84f1c92f0c8e7de09375 (patch) | |
tree | 57618b94a497f3eee369f429a1f1a2426bc9aae1 /README | |
parent | 91439f3aff9250da0ea423a560fec53db83fa4e7 (diff) | |
download | subsurface-a13d3172fa1cd66cd81b84f1c92f0c8e7de09375.tar.gz |
Save default units using GConf
That seems to be the gtk2 way. Whatever. diveclog ends up defaulting
to metric units, because we all know that's the right thing to do.
However, I learnt to dive in the US, so I'm used to seeing psi and feet.
So despite the sane defaults, I want diveclog to use the broken imperial
units for me.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ I'm tired of java programs that don't work etc. License: GPLv2 -You need libxml2-devel and gtk2-devel to build this. +You need libxml2-devel, gtk2-devel and GConf2-devel to build this. Usage: |