Show
Ignore:
Timestamp:
04/12/06 12:12:23 (3 years ago)
Author:
jordi
Message:

The stock icons are now stored in the $(pkgdatadir)/pixmap instead. Also, the UI definition is kept on a file (epdfview-ui.xml) which is installed on $(pkgdatadir)/ui.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/gtk/StockIcons.cxx

    r40 r42  
    4343    for ( int iconIndex = 0 ; iconIndex < numIcons ; iconIndex++ ) 
    4444    { 
    45         gchar *fileName = g_strdup_printf ("%s/pixmaps/epdfview/%s", DATADIR, 
     45        gchar *fileName = g_strdup_printf ("%s/pixmaps/%s", DATADIR, 
    4646                stockIcons[iconIndex].iconFile); 
    4747        GdkPixbuf *pixbuf = gdk_pixbuf_new_from_file (fileName, NULL);