Increased max selectable thumb size to 800, on behalf ot thx4uall; see issue #526

This commit is contained in:
Oliver Duis
2011-02-07 22:07:41 +01:00
commit 40204e79bc
628 changed files with 130974 additions and 0 deletions

4
rtstart Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
RT_BINDIR=`dirname "$0"`
export LD_LIBRARY_PATH=${RT_BINDIR}
cd "${RT_BINDIR}" && ./rt "$@"