Skip to content

Commit

Permalink
Fixed .com/.net mixup...
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaedyn Draper committed Sep 14, 2014
1 parent 64af8a1 commit 644d65f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ vis_roccat
==========

Roccat Talk Visualization plugin for Winamp by Jaedyn K Draper
http://www.github.com/ShadauxCat/vis_roccat

To install, simply drop vis_roccat.dll and Roccat Talk SDK.dll into your winamp plugins directory, then enable the mod in the winamp preferences menu.

Expand Down
2 changes: 1 addition & 1 deletion vis_roccat/SpectrumAnalyzer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ int columns[22][6] =

/*static*/ void SpectrumAnalyzer::Config(struct winampVisModule* mod)
{
MessageBox( mod->hwndParent, "Roccat Talk Visualizer\nby Jaedyn K Draper\nhttp://www.github.net/ShadauxCat/vis_roccat", "Roccat Talk Visualizer", MB_OK);
MessageBox( mod->hwndParent, "Roccat Talk Visualizer\nby Jaedyn K Draper\nhttp://www.github.com/ShadauxCat/vis_roccat", "Roccat Talk Visualizer", MB_OK);
}

/*static*/ int SpectrumAnalyzer::Init(struct winampVisModule* /*mod*/)
Expand Down

0 comments on commit 644d65f

Please sign in to comment.