Add missing slash in default command

This commit is contained in:
Lex 2013-02-21 15:02:13 +11:00
parent 7d6ad6d50f
commit d577c57e78

View File

@ -71,7 +71,7 @@
#ifdef G_OS_WIN32
#define GEANY_DEFAULT_TOOLS_TERMINAL "cmd.exe /Q /C %c"
#else
#define GEANY_DEFAULT_TOOLS_TERMINAL "xterm -e \"bin/sh %c\""
#define GEANY_DEFAULT_TOOLS_TERMINAL "xterm -e \"/bin/sh %c\""
#endif
#define GEANY_DEFAULT_TOOLS_BROWSER "firefox"
#define GEANY_DEFAULT_TOOLS_PRINTCMD "lpr"