1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-11 09:03:36 +02:00

Fix multiple selection Nyquist file widget

Wx "Style" flags are 4 bytes, not 1 byte.
Also update a couple of comments in passing.
This commit is contained in:
Steve Daulton
2018-12-27 19:44:05 +00:00
parent 54d33d6d12
commit 5a7b6a7323
2 changed files with 3 additions and 4 deletions

View File

@@ -11,7 +11,7 @@
;; "_" (UNDERSCORE) - translation function
;;
;; Third party plug-ins are not translated by gettext in Audacity, but may include a
;; list of translations named *local*. The format of *locale* must be:
;; list of translations named *locale*. The format of *locale* must be:
;; (LIST (language-list) [(language-list) ...])
;; Each language-list is an a-list in the form:
;; ("cc" ((list "string" "translated-string") [(list "string" "translated-string") ...]))