Ticket #35386: patch-src-userprefs.h.diff
File patch-src-userprefs.h.diff, 475 bytes (added by maehne (Torsten Maehne), 12 years ago) |
---|
-
src/userprefs.h
old new 540 540 up->input = 2; /* correspond to 'Line' on my machine */ 541 541 up->rate = 48000; 542 542 up->duration = 10; 543 up->helpCmd = app_strdup(" firefox%s");543 up->helpCmd = app_strdup("openbrowser %s"); 544 544 up->userGuide = app_strdup("http://www.rvq.fr/linux/gawman.php"); 545 545 up->webSite = app_strdup("http://www.rvq.fr/linux/gaw.php"); 546 546 }