Changeset 20696


Ignore:
Timestamp:
03/25/13 18:07:01 (11 years ago)
Author:
nit
Message:

[titan] fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/moduleconfig.h

    r20661 r20696  
    158158        setchoiceboxselection(casendallcaids, getconfig("casendallcaids", NULL));
    159159
    160         addchoicebox(extmoduldetect, "0", _("yes"));
    161         addchoicebox(extmoduldetect, "1", _("no"));
     160        addchoicebox(extmoduldetect, "0", _("no"));
     161        addchoicebox(extmoduldetect, "1", _("yes"));
    162162        setchoiceboxselection(extmoduldetect, getownconfig("extmoduldetect"));
    163163
Note: See TracChangeset for help on using the changeset viewer.