Fixed scroll issues; text no longer overlaps on package lists (still truncated, but this at least is better)

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1287 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
coppro
2009-01-02 23:00:25 +00:00
parent 46dda0ef30
commit 697bfc3e7e
3 changed files with 9 additions and 6 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ case $UID in
INSTALL_DIR='/usr/local/share/magicseteditor/';
EXEC_SYMLINK='/usr/local/bin/magicseteditor';;
*)
INSTALL_DIR=~'/.magicseteditor/';
EXEC_SYMLINK=~'/bin/magicseteditor';
INSTALL_DIR='$HOME/.magicseteditor/';
EXEC_SYMLINK='$HOME/bin/magicseteditor';
esac
if [ \"$MSE_INSTALL_DIR\" != "" ] then