Skip to content

Commit

Permalink
keine fixes
Browse files Browse the repository at this point in the history
ein paar kleine bug fixes
  • Loading branch information
Tim committed Feb 11, 2023
1 parent 490bd46 commit 028235d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Modules/createDatabase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ void createDatabase::createThread() {

const std::string mat[1][8] = {{"˅ Material ˅","Steigung ->","Aluminium Knetlegierung","Guss-Aluminium > 6% Si","Messing, Bronze, Kupfer","Stahl","INOX","Testmaterial 6"}};

const std::string gewD[1][14] = {{"M2","M2.5","M3","M4","M5","M6","M8","M10","M12","M14","M16","G1/8","G1","G13/9"}};
const std::string gewD[1][14] = {{"M2","M2.5","M3","M4","M5","M6","M8","M10","M12","M14","M16","G1/8","G1","G1 3/9"}};

const double numbers[7][14] = {
{0.4, 0.45, 0.5, 0.7, 0.8, 1, 1.25, 1.5, 1.75, 2, 2, 0.907, 2.309, 2.309},
Expand Down
2 changes: 1 addition & 1 deletion SpaeneRechner.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
<origin>release/SpaeneRechner.exe</origin>
</distributionFile>
<distributionFile>
<origin>release/VC_redist.x64.exe</origin>
<origin>release/vc_redist.x64.exe</origin>
</distributionFile>
</distributionFileList>
</folder>
Expand Down
14 changes: 0 additions & 14 deletions SpaeneRechner.xml.backup
Original file line number Diff line number Diff line change
Expand Up @@ -224,20 +224,6 @@ Sie benutzen aber noch Windows ${windows_os_version_number}.</explanation>
</isTrue>
</ruleList>
</runProgram>
<if>
<explanation>delete ini</explanation>
<show>0</show>
<actionList>
<deleteFile>
<path>${windows_folder_local_appdata}\SpaeneRechner\config.ini</path>
</deleteFile>
</actionList>
<conditionRuleList>
<fileExists>
<path>${windows_folder_local_appdata}\SpaeneRechner\config.ini</path>
</fileExists>
</conditionRuleList>
</if>
</finalPageActionList>
<licenseFileList>
<licenseFile>
Expand Down

0 comments on commit 028235d

Please sign in to comment.