Browse Source

Add comments to winamp.dpr to help me see wtf the horrible windowsy code does when i look at it in the future.

Updated overview.html window -> windows and added BSD and Solaris to the list
Does not impact functionality.


git-svn-id: http://svn.dmdirc.com/trunk@4301 00569f92-eb28-0410-84fd-f71c24880f
tags/0.6
Shane Mc Cormack 16 years ago
parent
commit
32dffea8ef
2 changed files with 6 additions and 1 deletions
  1. 5
    0
      src/com/dmdirc/addons/mediasource_windows/files/winamp.dpr
  2. 1
    1
      src/overview.html

+ 5
- 0
src/com/dmdirc/addons/mediasource_windows/files/winamp.dpr View File

21
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22
  * SOFTWARE.
22
  * SOFTWARE.
23
  *}
23
  *}
24
+
25
+// References:
26
+// http://krizzprograming.blogspot.com/2007/08/controlling-winamp-programmatically.html
27
+// http://forums.winamp.com/showthread.php?threadid=85389
28
+
24
 library winamp;
29
 library winamp;
25
 uses
30
 uses
26
   windows, messages, SysUtils, Classes;
31
   windows, messages, SysUtils, Classes;

+ 1
- 1
src/overview.html View File

25
      <a href="http://www.md87.co.uk" title="MD87">Chris 'MD87' Smith</a>, <a href="http://www.greboid.com" title="Greboid">
25
      <a href="http://www.md87.co.uk" title="MD87">Chris 'MD87' Smith</a>, <a href="http://www.greboid.com" title="Greboid">
26
      Greg 'Greboid' Holmes</a> and <a href="http://home.dataforce.org.uk" title="Dataforce">Shane 'Dataforce' Mc Cormack</a>.
26
      Greg 'Greboid' Holmes</a> and <a href="http://home.dataforce.org.uk" title="Dataforce">Shane 'Dataforce' Mc Cormack</a>.
27
      <p>DMDirc was started to address the lack of a good IRC client for Linux, it can however be run on any java capable platform, 
27
      <p>DMDirc was started to address the lack of a good IRC client for Linux, it can however be run on any java capable platform, 
28
-     including OSX and window. While there are plenty of reasonable clients, 
28
+     including OS X, Windows, BSD and (Open)Solaris. While there are plenty of reasonable clients, 
29
      most are lacking in one respect or another. We hope that DMDirc will fill this gap.
29
      most are lacking in one respect or another. We hope that DMDirc will fill this gap.
30
 </body>
30
 </body>
31
 </html>
31
 </html>

Loading…
Cancel
Save