diff options
author | Ulf Lamping <ulf.lamping@web.de> | 2006-09-12 08:22:02 +0000 |
---|---|---|
committer | Ulf Lamping <ulf.lamping@web.de> | 2006-09-12 08:22:02 +0000 |
commit | 8d7690ea239877857b1db1d5aa8070c8207d1a21 (patch) | |
tree | e9422c9aa2fd1edadfcf83c1ee554c35a1ed7a24 /image/wireshark.rc.in | |
parent | 4286f79f595917d5be23bd82c6e3a13b1ee340ad (diff) | |
download | wireshark-8d7690ea239877857b1db1d5aa8070c8207d1a21.tar.gz wireshark-8d7690ea239877857b1db1d5aa8070c8207d1a21.tar.bz2 wireshark-8d7690ea239877857b1db1d5aa8070c8207d1a21.zip |
wireshark.res is generated in the image dir, so the paths for includes should be relative to /image and not to /
svn path=/trunk/; revision=19201
Diffstat (limited to 'image/wireshark.rc.in')
-rw-r--r-- | image/wireshark.rc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/image/wireshark.rc.in b/image/wireshark.rc.in index 4aa54512a0..3ab164f733 100644 --- a/image/wireshark.rc.in +++ b/image/wireshark.rc.in @@ -1,6 +1,6 @@ #include "winver.h" -#include "image/win32-file-dlg.rc" +#include "win32-file-dlg.rc" WIRESHARK_ICON ICON "wireshark.ico" |