File tree Expand file tree Collapse file tree 4 files changed +8
-1
lines changed Expand file tree Collapse file tree 4 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 14
14
<XPManifest >
15
15
<DpiAware Value =" True" />
16
16
</XPManifest >
17
+ <Icon Value =" 0" />
17
18
<Resources Count =" 5" >
18
19
<Resource_0 FileName =" Res\Lorem ipsum.uni" Type =" RCDATA" ResourceName =" LOREM IPSUM" />
19
20
<Resource_1 FileName =" Res\Transcriptions.bmp" Type =" BITMAP" ResourceName =" TRANSCRIPTIONS" />
163
164
<UseAnsiStrings Value =" False" />
164
165
</SyntaxOptions >
165
166
</Parsing >
167
+ <Linking >
168
+ <Options >
169
+ <Win32 >
170
+ <GraphicApplication Value =" True" />
171
+ </Win32 >
172
+ </Options >
173
+ </Linking >
166
174
</CompilerOptions >
167
175
</CONFIG >
Original file line number Diff line number Diff line change @@ -491,7 +491,6 @@ procedure TGeneralForm.SaveButtonClick(Sender: TObject);
491
491
if Execute then
492
492
begin
493
493
TargetName := FileName;
494
- writeln(' Filter Index: ' , FilterIndex);
495
494
case FilterIndex of
496
495
1 : // HTML
497
496
begin
You can’t perform that action at this time.
0 commit comments