Quellcode durchsuchen

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 vor 16 Jahren
Ursprung
Commit
32dffea8ef
2 geänderte Dateien mit 6 neuen und 1 gelöschten Zeilen
  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 Datei anzeigen

@@ -21,6 +21,11 @@
21 21
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 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 29
 library winamp;
25 30
 uses
26 31
   windows, messages, SysUtils, Classes;

+ 1
- 1
src/overview.html Datei anzeigen

@@ -25,7 +25,7 @@ DMDirc is a new cross platform IRC client written in java, it is being developed
25 25
      <a href="http://www.md87.co.uk" title="MD87">Chris 'MD87' Smith</a>, <a href="http://www.greboid.com" title="Greboid">
26 26
      Greg 'Greboid' Holmes</a> and <a href="http://home.dataforce.org.uk" title="Dataforce">Shane 'Dataforce' Mc Cormack</a>.
27 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 29
      most are lacking in one respect or another. We hope that DMDirc will fill this gap.
30 30
 </body>
31 31
 </html>

Laden…
Abbrechen
Speichern