Changeset 429

Show
Ignore:
Timestamp:
08/28/06 18:45:51 (4 years ago)
Author:
radekk
Message:

Add info-panel icons do distribution pkgdatadir

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sweep/branches/sweep-info-panel/Makefile.am

    r402 r429  
    55SUBDIRS = m4 intl po include src plugins doc 
    66 
    7 pkgdata_DATA = sweep_splash.png 
     7pkgdata_DATA = sweep_splash.png \ 
     8                                                         pixmaps/done.png \ 
     9                                                         pixmaps/sample.png \ 
     10                                                         pixmaps/select.png \ 
     11                                                         pixmaps/undo.png \ 
     12                                                         pixmaps/marker.png 
    813 
    914desktop_DATA = sweep.desktop 
  • sweep/branches/sweep-info-panel/src/info-panel.c

    r427 r429  
    8888        gtk_tree_store_append(treestore, &toplevel, NULL); 
    8989        gtk_tree_store_set(treestore, &toplevel, 
    90                                                                                         INFO_PANEL_COL_NAME, _("Sample"), 
     90                                                                                        INFO_PANEL_COL_NAME, _("Sample info"), 
    9191                                                                                        INFO_PANEL_COL_TYPE, INFO_PANEL_SAMPLE, 
    9292                                                                                        INFO_PANEL_COL_ICON, icon,