Changeset 23967

Show
Ignore:
Timestamp:
02/16/08 20:08:28 (9 months ago)
Author:
leavengood
Message:

Adding patch from Juan Sebastian Muñoz Arango to fix bug #1571:

This creates a new tab Info to contain the information for the media
mixer instead of placing it next to the setup controls.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • haiku/trunk/src/add-ons/media/media-add-ons/mixer/AudioMixer.cpp

    r22426 r23967  
    16991699        group->MakeDiscreteParameter(PARAM_ETC(90), B_MEDIA_RAW_AUDIO, "Refuse input format changes", B_ENABLE); 
    17001700 
     1701        top = web->MakeGroup("Info"); // top level group 
    17011702        group = top->MakeGroup(""); 
     1703         
    17021704        group->MakeNullParameter(PARAM_ETC(1001), B_MEDIA_RAW_AUDIO, "Info:", B_GENERIC); 
    17031705        group->MakeNullParameter(PARAM_ETC(1002), B_MEDIA_RAW_AUDIO, "Haiku audio mixer", B_GENERIC);