diff options
| author | 2014-05-17 19:46:38 +0000 | |
|---|---|---|
| committer | 2014-05-17 19:46:38 +0000 | |
| commit | b44baf77ceeac91bd2e85aad7b82dbeaf214e587 (patch) | |
| tree | eacfa193e5fccc850f2fbba9991afa638db7fb0f | |
| parent | e377bb47ee9ca20c68c2afc09185a51b8ec1d92a (diff) | |
Fixed soflist names. (nw)
| -rw-r--r-- | hash/mbc200.xml | 2 | ||||
| -rw-r--r-- | hash/osborne2.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hash/mbc200.xml b/hash/mbc200.xml index 8faa901d48e..6a887fbb427 100644 --- a/hash/mbc200.xml +++ b/hash/mbc200.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <!DOCTYPE softwarelist SYSTEM "softwarelist.dtd"> -<softwarelist name="vixen" description="Sanyo MBC-200/MBC-1200 diskettes"> +<softwarelist name="mbc200" description="Sanyo MBC-200/MBC-1200 diskettes"> <software name="boot"> <description>Boot disk</description> diff --git a/hash/osborne2.xml b/hash/osborne2.xml index 2c2cea231c7..febf837d226 100644 --- a/hash/osborne2.xml +++ b/hash/osborne2.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <!DOCTYPE softwarelist SYSTEM "softwarelist.dtd"> -<softwarelist name="vixen" description="Osborne 2 Executive diskettes"> +<softwarelist name="osborne2" description="Osborne 2 Executive diskettes"> <software name="system"> <description>System Disk</description> |
