dl5di / OpenDV

Open Digital Voice software for Amateur Radio based on Jonathan Naylor's (G4KLX) "ircDDBGateway" and "PCRepeaterController" for D-Star
GNU General Public License v2.0
107 stars 63 forks source link

Irc ddb gateway #93

Closed dg0tm closed 8 years ago

dg0tm commented 8 years ago
mcdermj commented 8 years ago

Can I make the humble suggestion that in d37bfe5 and 36b8e61 that you remove calls to wxT() around strings. It's deprecated in wxWidgets 3.0 (see http://docs.wxwidgets.org/trunk/group__group__funcmacro__string.html#ga437ea6ba615b75dac8603e96ec864160) and its use is discouraged. Just use the bare string. I've been trying to move towards this as I change things around.

mcdermj commented 8 years ago

See suggested changes in PR #95. Please do not apply both.