diff options
Diffstat (limited to 'plugins/Watrack/lastfm/lastfm.rc')
-rw-r--r-- | plugins/Watrack/lastfm/lastfm.rc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/Watrack/lastfm/lastfm.rc b/plugins/Watrack/lastfm/lastfm.rc index 320eebe8cc..0b92e214b2 100644 --- a/plugins/Watrack/lastfm/lastfm.rc +++ b/plugins/Watrack/lastfm/lastfm.rc @@ -1,9 +1,10 @@ #include "i_const.inc"
+#include "resource.inc"
LANGUAGE 0,0
-LASTFM DIALOGEX 0, 0, 304, 226, 0
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE
+IDD_OPT_LASTFM DIALOGEX 0, 0, 304, 226, 0
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0
{
|