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

Added the stock icon for the zoom to page (from the Gnome Icon Theme) and the icons for the rotate right and left (from the Gimp's libgimpwidget library).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/gtk/Makefile.am

    r33 r40  
    33libshell_gtk_a_SOURCES =    \ 
    44    MainView.cxx    \ 
    5     MainView.h 
     5    MainView.h      \ 
     6    StockIcons.cxx  \ 
     7    StockIcons.h 
    68 
    79libshell_gtk_a_CXXFLAGS =   \ 
     10    -DDATADIR='"$(datadir)"'    \ 
    811    -I$(top_srcdir)/src \ 
    912    $(GTK2_CFLAGS)