Mercurial > audlegacy
comparison Plugins/Input/modplug/gui/main.cpp @ 924:5ef13028e42d trunk
[svn] Allow to disable grabbing Amiga MOD files so a diferent plugin such as UADE gets a chance. Adds a few extra magic strings for Amiga files. Amiga MOD grabbing defaults to on for that Just Works(TM) feeling.
| author | chainsaw |
|---|---|
| date | Tue, 11 Apr 2006 14:33:16 -0700 |
| parents | 9d393eabf984 |
| children | a8e4435f65f2 |
comparison
equal
deleted
inserted
replaced
| 923:ddadd6828a1a | 924:5ef13028e42d |
|---|---|
| 84 if(aProps.mNoiseReduction) | 84 if(aProps.mNoiseReduction) |
| 85 gtk_toggle_button_set_active((GtkToggleButton*)lookup_widget(ConfigWin, "fxNR"), TRUE); | 85 gtk_toggle_button_set_active((GtkToggleButton*)lookup_widget(ConfigWin, "fxNR"), TRUE); |
| 86 else | 86 else |
| 87 gtk_toggle_button_set_active((GtkToggleButton*)lookup_widget(ConfigWin, "fxNR"), FALSE); | 87 gtk_toggle_button_set_active((GtkToggleButton*)lookup_widget(ConfigWin, "fxNR"), FALSE); |
| 88 | 88 |
| 89 if(aProps.mGrabAmigaMOD) | |
| 90 gtk_toggle_button_set_active((GtkToggleButton*)lookup_widget(ConfigWin, "fxAmigaMOD"), TRUE); | |
| 91 else | |
| 92 gtk_toggle_button_set_active((GtkToggleButton*)lookup_widget(ConfigWin, "fxAmigaMOD"), FALSE); | |
| 93 | |
| 89 if(aProps.mFastinfo) | 94 if(aProps.mFastinfo) |
| 90 gtk_toggle_button_set_active((GtkToggleButton*)lookup_widget(ConfigWin, "fxFastInfo"), TRUE); | 95 gtk_toggle_button_set_active((GtkToggleButton*)lookup_widget(ConfigWin, "fxFastInfo"), TRUE); |
| 91 else | 96 else |
| 92 gtk_toggle_button_set_active((GtkToggleButton*)lookup_widget(ConfigWin, "fxFastInfo"), FALSE); | 97 gtk_toggle_button_set_active((GtkToggleButton*)lookup_widget(ConfigWin, "fxFastInfo"), FALSE); |
| 93 | 98 |
