* citclient.cpp: different IDEN string depending on __WXMSW__ etc.
authorNathan Bryant <loanshark@uncensored.citadel.org>
Tue, 11 Jan 2000 22:51:42 +0000 (22:51 +0000)
committerNathan Bryant <loanshark@uncensored.citadel.org>
Tue, 11 Jan 2000 22:51:42 +0000 (22:51 +0000)
commitc404bf664da9d8bcfc264cc85dee1895c117e2b6
tree0a122405365116d9ddc5df080afeb4bb974bcc41
parent23234d704a5d20794cd6b01b66ac07426a855282
* citclient.cpp: different IDEN string depending on __WXMSW__ etc.
  macros
* hosts.cpp, prefs.cpp: pass FALSE to ini->Flush() as this is supposed
  to be the default but WX headers appear to lack the default on
  Windows
* includes.hpp: renamed class DoChat to class ChatWindow -- WTF was it
  named like this?
* main.cpp: load bitmaps from resouces if __WXMSW__ is defined
* makefile.g95: add hosts.o
* daphne.rc: new file; Windows resource definitions. right now just
  contains the bitmaps
daphne/ChangeLog
daphne/citclient.cpp
daphne/daphne.rc [new file with mode: 0644]
daphne/hosts.cpp
daphne/includes.hpp
daphne/main.cpp
daphne/makefile.g95
daphne/prefs.cpp