Diff of /trunk/src/misc.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 294 by harbaum, Tue Sep 22 20:20:16 2009 UTC revision 308 by harbaum, Wed Oct 14 07:25:55 2009 UTC
# Line 137  gboolean yes_no_f(GtkWidget *parent, app Line 137  gboolean yes_no_f(GtkWidget *parent, app
137    
138  static const char *data_paths[] = {  static const char *data_paths[] = {
139    "~/." PACKAGE,             // in home directory    "~/." PACKAGE,             // in home directory
140    PREFIX "/share/" PACKAGE , // final installation path    DATADIR ,                  // final installation path
141  #ifdef USE_HILDON  #ifdef USE_HILDON
142    "/media/mmc1/" PACKAGE,    // path to external memory card    "/media/mmc1/" PACKAGE,    // path to external memory card
143    "/media/mmc2/" PACKAGE,    // path to internal memory card    "/media/mmc2/" PACKAGE,    // path to internal memory card

Legend:
Removed from v.294  
changed lines
  Added in v.308