diff options
Diffstat (limited to 'plugins/TrafficCounter/res/resource.rc')
-rw-r--r-- | plugins/TrafficCounter/res/resource.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/TrafficCounter/res/resource.rc b/plugins/TrafficCounter/res/resource.rc index 18924074b0..fa4d0ae192 100644 --- a/plugins/TrafficCounter/res/resource.rc +++ b/plugins/TrafficCounter/res/resource.rc @@ -10,7 +10,7 @@ //
#include <windows.h>
#include <winres.h>
-#include "..\..\Include\statusmodes.h"
+
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
@@ -28,7 +28,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL // Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
-IDI_UNINSTALL_ICON ICON "res\\network.ico"
+IDI_UNINSTALL_ICON ICON "network.ico"
#endif // Neutral resources
/////////////////////////////////////////////////////////////////////////////
|