Skip to content

Commit

Permalink
edit: Do not show warning messages for Praat releases upper 6.2.23
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandomunoz committed Oct 8, 2022
1 parent 890a47f commit 41f7631
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/plugin_textgrid_picmaker/setup.praat
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ if praatVersion < 6000
appendInfoLine: "Praat website: http://www.fon.hum.uva.nl/praat/"
elsif praatVersion == 6215
appendInfoLine: "plug-in: TextGrid Picmaker"
appendInfoLine: "Warning: The TextGridEditor commands doest not work well for 'praatVersion$'. Please, get a more recent release."
appendInfoLine: "Warning: The TextGridEditor commands does not not work well for 'praatVersion$'. Please, get a more recent release."
appendInfoLine: "Praat website: http://www.fon.hum.uva.nl/praat/"
elsif praatVersion >= 6219
elsif praatVersion >= 6219 and praatVersion < 6223
appendInfoLine: "plug-in: TextGrid PicMaker"
appendInfoLine: "Warning: At this moment, the TextGridEditor commands of the plug-in does not work for Praat 'praatVersion$'. Please, go back to Praat v6.2.18."
appendInfoLine: "Warning: The TextGridEditor commands does not not work well for 'praatVersion$'. Please, get a more recent release."
appendInfoLine: "Praat website: http://www.fon.hum.uva.nl/praat/"
endif

Expand Down

0 comments on commit 41f7631

Please sign in to comment.