mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-23 12:48:40 -05:00
Added E5 to the add-on DXCC prefix list.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@1045 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
61dbf34b1b
commit
b1b0872ece
2
map65.py
2
map65.py
@ -1,4 +1,4 @@
|
|||||||
#--------------------------------------------------------------------- MAP65
|
#-------------------------------------------------------------------- MAP65
|
||||||
# $Date$ $Revision$
|
# $Date$ $Revision$
|
||||||
#
|
#
|
||||||
from Tkinter import *
|
from Tkinter import *
|
||||||
|
4
pfx.f
4
pfx.f
@ -1,4 +1,4 @@
|
|||||||
parameter (NZ=338) !Total number of prefixes
|
parameter (NZ=339) !Total number of prefixes
|
||||||
parameter (NZ2=12) !Total number of suffixes
|
parameter (NZ2=12) !Total number of suffixes
|
||||||
character*1 sfx(NZ2)
|
character*1 sfx(NZ2)
|
||||||
character*5 pfx(NZ)
|
character*5 pfx(NZ)
|
||||||
@ -47,4 +47,4 @@
|
|||||||
+ 'YJ ','YK ','YL ','YN ','YO ','YS ','YU ','YV ',
|
+ 'YJ ','YK ','YL ','YN ','YO ','YS ','YU ','YV ',
|
||||||
+ 'YV0 ','Z2 ','Z3 ','ZA ','ZB ','ZC4 ','ZD7 ','ZD8 ',
|
+ 'YV0 ','Z2 ','Z3 ','ZA ','ZB ','ZC4 ','ZD7 ','ZD8 ',
|
||||||
+ 'ZD9 ','ZF ','ZK1N ','ZK1S ','ZK2 ','ZK3 ','ZL ','ZL7 ',
|
+ 'ZD9 ','ZF ','ZK1N ','ZK1S ','ZK2 ','ZK3 ','ZL ','ZL7 ',
|
||||||
+ 'ZL8 ','ZL9 ','ZP ','ZS ','ZS8 ','KC4 '/
|
+ 'ZL8 ','ZL9 ','ZP ','ZS ','ZS8 ','KC4 ','E5 '/
|
||||||
|
Loading…
Reference in New Issue
Block a user