Win32: file attach is no more translated to upper case

This commit is contained in:
Ianos Gnatiuc
2006-01-07 14:01:42 +00:00
parent 69fee57106
commit 1a7bd3b5b3
2 changed files with 9 additions and 6 deletions

View File

@@ -579,7 +579,7 @@ void CreateFileMsgs(int mode, GMsg* msg) {
);
}
sprintf(subj, "%s%s%s%s%s ", fspec[x].delsent ? "^" : "", fspec[x].path, fspec[x].fblk ? (fspec[x].fblk[m].name ? fspec[x].fblk[m].name : "") : "", *fspec[x].password ? " " : "", fspec[x].password);
#if !defined(__UNIX__)
#if !defined(__UNIX__) && !defined(__WIN32__)
strupr(subj);
#endif