We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4af383 commit 0e1feeaCopy full SHA for 0e1feea
Src/CodeSnip.Caboli.dpr
@@ -343,7 +343,18 @@ uses
343
FirstRun.FmV4ConfigDlg in 'FirstRun.FmV4ConfigDlg.pas' {V4ConfigDlg},
344
FirstRun.FmWhatsNew in 'FirstRun.FmWhatsNew.pas' {WhatsNewDlg};
345
346
-{$R *.res}
+// Include resources
347
+
348
+{$R *.res} // IDE generated resource file
349
+{$Resource ExternalObj.tlb} // Type library file
350
+{$Resource HTML.res} // HTML resources
351
+{$IFNDEF PORTABLE}
352
+{$Resource VCodeSnip.res} // Version information resource (normal)
353
+{$ELSE}
354
+{$Resource VCodeSnipPortable.res} // Version information resource (portable)
355
+{$ENDIF}
356
+{$Resource Resources.res} // All other resources.
357
358
359
begin
360
TThemeManager.ApplyCurrentTheme;
0 commit comments