diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-09-11 17:00:00 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-09-11 17:00:00 +0200 |
commit | 04cb006f990efd518eac154abf1449c6ca84d8ae (patch) | |
tree | 64aa4308cd590b474eef63f994c4cb360b8887c8 /scp2 | |
parent | 4e8491a7e793a6b60a3ffdda8447f2c7000eed10 (diff) |
Consistency (though FILELIST_DIR = gid_Dir_Bundle_Contents on MACOSX anyway)
Change-Id: Ifd2373ffa819d63591d234df18adf5f9a34c50bb
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_ooo.scp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp index 11416d6468be..65d1e7f74ab8 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -723,7 +723,7 @@ End #ifdef MACOSX File gid_File_App_InfoPlist TXT_FILE_BODY; - Dir = gid_Dir_Bundle_Contents; + Dir = FILELIST_DIR; Name = "infoplist.filelist"; Styles = (FILELIST); End |