From: Sebastian B. <sb...@us...> - 2013-12-24 09:31:56
|
Update of /cvsroot/simplemail/simplemail/gtk In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv1135/gtk Modified Files: arch.h Log Message: Changed definition of SM_CURRENT_DIR to dot. Index: arch.h =================================================================== RCS file: /cvsroot/simplemail/simplemail/gtk/arch.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- arch.h 9 Jan 2011 20:11:38 -0000 1.2 +++ arch.h 24 Dec 2013 09:31:54 -0000 1.3 @@ -27,7 +27,7 @@ #define SM_DIR "" #define SM_CHARSET_DIR "Charsets" #define SM_FOLDER_DIR ".folders" -#define SM_CURRENT_DIR "" +#define SM_CURRENT_DIR "." /* Operation system */ #define SM_OPERATIONSYSTEM "UNIX/GTK+" |