Skip to content

Commit

Permalink
Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
perdrix52 committed Oct 1, 2024
1 parent 2b913ff commit c5d89ef
Show file tree
Hide file tree
Showing 13 changed files with 484 additions and 434 deletions.
3 changes: 0 additions & 3 deletions DeepSkyStacker/DeepSkyStacker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ namespace bip = boost::interprocess;
#include "QEventLogger.h"


CString OUTPUTFILE_FILTERS;
CString STARMASKFILE_FILTERS;
bool g_bShowRefStars = false;

Expand Down Expand Up @@ -732,8 +731,6 @@ BOOL DeepSkyStackerApp::InitInstance()

AfxInitRichEdit2();


OUTPUTFILE_FILTERS.LoadString(IDS_FILTER_OUTPUT);
STARMASKFILE_FILTERS.LoadString(IDS_FILTER_MASK);

return TRUE;
Expand Down
2 changes: 1 addition & 1 deletion DeepSkyStacker/DeepSkyStacker.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ $(QtToolsPath)\windeployqt --pdb $(TargetPath)</Command>
<ClInclude Include="resourceIT.h" />
<QtMoc Include="ResultParameters.h" />
<QtMoc Include="SaveEditChanges.h" />
<ClInclude Include="SavePicture.h" />
<QtMoc Include="SavePicture.h" />
<QtMoc Include="selectrect.h" />
<ClInclude Include="SetUILanguage.h" />
<QtMoc Include="StackingDlg.h" />
Expand Down
6 changes: 3 additions & 3 deletions DeepSkyStacker/DeepSkyStacker.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -271,9 +271,6 @@
<ClInclude Include="stdafx.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="SavePicture.h">
<Filter>Dialogs\Processing</Filter>
</ClInclude>
<ClInclude Include="StarMaskDlg.h">
<Filter>Dialogs\Processing</Filter>
</ClInclude>
Expand Down Expand Up @@ -885,6 +882,9 @@
<QtMoc Include="ProcessingSettingsDlg.h">
<Filter>Dialogs\Processing</Filter>
</QtMoc>
<QtMoc Include="SavePicture.h">
<Filter>Dialogs\Processing</Filter>
</QtMoc>
</ItemGroup>
<ItemGroup>
<QtTranslation Include="i18n\DSS_ca.ts">
Expand Down
Loading

0 comments on commit c5d89ef

Please sign in to comment.