Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
keenonkites committed Jun 3, 2018
2 parents 03c9bb5 + 4842d1c commit 505444d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Freizeitkarte-Entwicklung/tools/ReplaceTyp/ReplaceTyp.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ echo Q: Quit
echo.

:: edit this too to match the number of options
set /p userinp=Enter your choice (A-E, Q):
set /p userinp=Enter your choice (A-F, Q):
set userinp=%userinp:~0,1%

:: match the options above; use the typ file names here
Expand Down
4 changes: 2 additions & 2 deletions Freizeitkarte-Entwicklung/tools/ReplaceTyp/ReplaceTyp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,14 @@ if [ -z "$typfile" ]; then
typC="outdoor-light - no symbols on the areas included "
typD="contrast - colors are 'stronger' in compare to 'freizeit'"
typE="small - optimized for GPS devices with small displays"
typF="outdoor-contrast - similar to contrast, no symbols on areas"
typF="outdoor-contrast - similar to contrast, no symbols on areas"

echo " A: $typA"
echo " B: $typB"
echo " C: $typC"
echo " D: $typD"
echo " E: $typE"
echo " F: $typF"
echo " F: $typF"
echo " Q: Quit "
echo ""

Expand Down
Empty file modified Freizeitkarte-Entwicklung/tools/ReplaceTyp/gmt.exe
100644 → 100755
Empty file.

0 comments on commit 505444d

Please sign in to comment.