# HG changeset patch # User Mathew Mrosko # Date 1305570606 25200 # Node ID 531a599084d31b164dc444ec374b9990bd998bbb # Parent eaa54d76618fbdfdbb6b7d046a53ab6a980f43a7 VX8D is listed as a separate radio, yet doesn't set a separate model and therefore looks like a duplicate in the drop-down list for radio imports diff -r eaa54d76618f -r 531a599084d3 chirp/vx8.py --- a/chirp/vx8.py Fri May 13 21:49:37 2011 -0700 +++ b/chirp/vx8.py Mon May 16 11:30:06 2011 -0700 @@ -178,4 +178,5 @@ return chirp_common.name16(name) class VX8DRadio(VX8Radio): + MODEL = "VX-8D" _model = "AH29D"