mirror of
https://github.com/g4klx/ircDDBGateway.git
synced 2026-04-08 07:43:56 +00:00
The beginning of Linux build support.
This commit is contained in:
parent
12d55cef37
commit
bb602947f4
31 changed files with 273 additions and 36 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (C) 2010-2015 by Jonathan Naylor G4KLX
|
||||
* Copyright (C) 2010-2015,2018 by Jonathan Naylor G4KLX
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
|
@ -633,7 +633,7 @@ void CStarNetServerFrame::onAbout(wxCommandEvent&)
|
|||
wxAboutDialogInfo info;
|
||||
info.AddDeveloper(wxT("Jonathan Naylor, G4KLX"));
|
||||
info.AddDeveloper(wxT("Michael Dirska, DL1BFF"));
|
||||
info.SetCopyright(wxT("(C) 2011-2015 using GPL v2 or later"));
|
||||
info.SetCopyright(wxT("(C) 2011-2018 using GPL v2 or later"));
|
||||
info.SetName(APPLICATION_NAME);
|
||||
info.SetVersion(VERSION);
|
||||
info.SetDescription(_("This program allows an Internet connected computer \nto become a StarNet Digital Server."));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue