]> git.saurik.com Git - wxWidgets.git/commit
Moved wxApplet files to the correct locations.
authorKendall Bennett <KendallB@scitechsoft.com>
Thu, 3 May 2001 20:10:52 +0000 (20:10 +0000)
committerKendall Bennett <KendallB@scitechsoft.com>
Thu, 3 May 2001 20:10:52 +0000 (20:10 +0000)
commit26ffe1fdba1c3b11bb6b870fc477ac460bf6bd17
tree5ab1a2baad43004608eadd99fde911a905b50685
parent50c76ce1f7c2d9f121ff1015b0abae99dcb2a31a
Moved wxApplet files to the correct locations.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9987 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
32 files changed:
contrib/applet/applet.cpp [deleted file]
contrib/applet/appletwindow.cpp [deleted file]
contrib/applet/makefile [deleted file]
contrib/samples/applet/about.html [new file with mode: 0644]
contrib/samples/applet/applet.cpp [new file with mode: 0644]
contrib/samples/applet/applet.h [new file with mode: 0644]
contrib/samples/applet/applet.rc [new file with mode: 0644]
contrib/samples/applet/combobox.cpp [new file with mode: 0644]
contrib/samples/applet/combobox.h [new file with mode: 0644]
contrib/samples/applet/dialogs.wdr [new file with mode: 0644]
contrib/samples/applet/dialogs_wdr.cpp [new file with mode: 0644]
contrib/samples/applet/dialogs_wdr.h [new file with mode: 0644]
contrib/samples/applet/index.html [new file with mode: 0644]
contrib/samples/applet/monitorapplet.cpp [new file with mode: 0644]
contrib/samples/applet/monitorapplet.h [new file with mode: 0644]
contrib/samples/applet/monitors.c [new file with mode: 0644]
contrib/src/applet/applet.cpp [new file with mode: 0644]
contrib/src/applet/appletwindow.cpp [new file with mode: 0644]
contrib/src/applet/makefile [new file with mode: 0644]
samples/applet/about.html [deleted file]
samples/applet/applet.cpp [deleted file]
samples/applet/applet.h [deleted file]
samples/applet/applet.rc [deleted file]
samples/applet/combobox.cpp [deleted file]
samples/applet/combobox.h [deleted file]
samples/applet/dialogs.wdr [deleted file]
samples/applet/dialogs_wdr.cpp [deleted file]
samples/applet/dialogs_wdr.h [deleted file]
samples/applet/index.html [deleted file]
samples/applet/monitorapplet.cpp [deleted file]
samples/applet/monitorapplet.h [deleted file]
samples/applet/monitors.c [deleted file]