Ticket #3002: FileType.diff
File FileType.diff, 448 bytes (added by , 16 years ago) |
---|
-
src/preferences/filetypes/ApplicationTypeWindow.cpp
883 883 if (fBackgroundAppCheckBox->Value() != B_CONTROL_OFF) 884 884 flags |= B_BACKGROUND_APP; 885 885 } 886 else { 887 flags |= B_MULTIPLE_LAUNCH; 888 } 886 889 return flags; 887 890 } 888 891