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  
    540540   up->input = 2;    /* correspond to 'Line' on my machine */
    541541   up->rate = 48000;
    542542   up->duration = 10;
    543    up->helpCmd = app_strdup("firefox %s");
     543   up->helpCmd = app_strdup("openbrowser %s");
    544544   up->userGuide = app_strdup("http://www.rvq.fr/linux/gawman.php");
    545545   up->webSite = app_strdup("http://www.rvq.fr/linux/gaw.php");
    546546}