VirtualBox

Changeset 7568 in vbox


Ignore:
Timestamp:
Mar 26, 2008 11:32:16 AM (17 years ago)
Author:
vboxsync
Message:

Main/Settings: Fixed typo in converter xslt that affected MacOSX hosts ('codeaudio' instead of 'coreaudio').

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/xml/SettingsConverter.xsl

    r7525 r7568  
    200200
    201201<!--
    202  *  Global settings 
     202 *  Global settings
    203203-->
    204204
     
    271271
    272272<!--
    273  *  Global settings 
     273 *  Global settings
    274274-->
    275275
     
    303303        <xsl:when test="@driver='alsa'">ALSA</xsl:when>
    304304        <xsl:when test="@driver='pulse'">Pulse</xsl:when>
    305         <xsl:when test="@driver='codeaudio'">CoreAudio</xsl:when>
     305        <xsl:when test="@driver='coreaudio'">CoreAudio</xsl:when>
    306306        <xsl:when test="@driver='winmm'">WinMM</xsl:when>
    307307        <xsl:when test="@driver='dsound'">DirectSound</xsl:when>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette