Skip to content

Commit

Permalink
edit: Change plug-in name to lower case in Praat menu
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandomunoz committed Oct 5, 2022
1 parent 5a27bc0 commit 63c72be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugin_textgrid_picmaker/setup.praat
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if praatVersion < 6000
appendInfoLine: "Warning: "Please, update Praat to a more recent release. The plug-in was is not tested for 'praatVersion$'
appendInfoLine: "Praat website: http://www.fon.hum.uva.nl/praat/"
elsif praatVersion == 6215
appendInfoLine: "plug-in: TextGrid PicMaker"
appendInfoLine: "plug-in: TextGrid Picmaker"
appendInfoLine: "Warning: The TextGridEditor commands doest not work well for 'praatVersion$'. Please, get a more recent release."
appendInfoLine: "Praat website: http://www.fon.hum.uva.nl/praat/"
elsif praatVersion >= 6219
Expand All @@ -18,7 +18,7 @@ writeFileLine: "temp/time_interval.txt", "tmin,tmax"
show_tg_editor_commands = readFile("temp/show_tg_editor_commands.txt")

# Static menu
Add menu command: "Objects", "Goodies", "TextGrid PicMaker", "", 0, ""
Add menu command: "Objects", "Goodies", "TextGrid picmaker", "", 0, ""
Add menu command: "Objects", "Goodies", "TextGridEditor preferences...", "TextGrid PictureMaker", 1, "scripts/editor_show_tg_editor_commands.praat"

# Dynamic menu
Expand Down

0 comments on commit 63c72be

Please sign in to comment.