diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-08-04 13:05:54 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-08-04 13:05:54 +0100 |
| commit | a35b00d59e5750e8dc69e1bb86aeb28dc10090bf (patch) | |
| tree | a433f46acbdb1691dcf722fcbb6d39358984c4f2 /windows | |
| parent | 76199cc65d926ed147c3c4aeefb80e87c489cc04 (diff) | |
Use wxwidgets .rc file to make windows version look nicer.
Diffstat (limited to 'windows')
| -rw-r--r-- | windows/dvdomatic.rc | 2 | ||||
| -rw-r--r-- | windows/icon.rc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/windows/dvdomatic.rc b/windows/dvdomatic.rc new file mode 100644 index 000000000..e6ce66597 --- /dev/null +++ b/windows/dvdomatic.rc @@ -0,0 +1,2 @@ +#include "wx-2.8/wx/msw/wx.rc" +id ICON "dvdomatic.ico" diff --git a/windows/icon.rc b/windows/icon.rc deleted file mode 100644 index a4f862b3c..000000000 --- a/windows/icon.rc +++ /dev/null @@ -1,2 +0,0 @@ -id ICON "dvdomatic.ico" -
\ No newline at end of file |
