diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-09 12:22:50 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-09 12:22:50 +0000 |
commit | d13e20721f534ac54e655a33454f15ceb8730470 (patch) | |
tree | b15dc5a35544c0c2dde41c8a8c227c6d7567294f /scp2/source/draw | |
parent | be94df97efec81414145d4c51686b8480e0ee4d5 (diff) |
INTEGRATION: CWS hro15_SRC680 (1.21.174); FILE MERGED
2007/05/04 09:24:44 hro 1.21.174.1: #i59251 Enable Unicode support in wrapper executables used for Windows shell integration. Patch flag added
Diffstat (limited to 'scp2/source/draw')
-rw-r--r-- | scp2/source/draw/file_draw.scp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scp2/source/draw/file_draw.scp b/scp2/source/draw/file_draw.scp index fb37c800dfe0..b61518625bd2 100644 --- a/scp2/source/draw/file_draw.scp +++ b/scp2/source/draw/file_draw.scp @@ -4,9 +4,9 @@ * * $RCSfile: file_draw.scp,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: vg $ $Date: 2006-11-01 13:52:47 $ + * last change: $Author: kz $ $Date: 2007-05-09 13:22:50 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -69,7 +69,7 @@ File gid_File_Exe_Sdraw BIN_FILE_BODY; Dir = gid_Dir_Program; Name = EXENAME(sdraw); - Styles = (PACKED); + Styles = (PACKED, PATCH); End #if defined UNX && ! defined MACOSX |