Changeset 10501


Ignore:
Timestamp:
10/12/08 23:16:22 (5 years ago)
Author:
BrainSlayer
Message:

use radio instead of combo here as well

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/httpd/visuals/dd-wrt.c

    r10492 r10501  
    68016801        sprintf( mcast, "%s_multicast", var ); 
    68026802        nvram_default_get( mcast, "0" ); 
    6803         showOption( wp, "wl_basic.multicast", mcast ); 
     6803        showRadio( wp, "wl_basic.multicast", mcast ); 
    68046804        show_ipnetmask( wp, var ); 
    68056805        websWrite( wp, "</div>\n" ); 
Note: See TracChangeset for help on using the changeset viewer.