diff options
author | Matthias Clasen <mclasen@redhat.com> | 2004-07-06 20:28:48 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-07-06 20:28:48 +0000 |
commit | 6b27f20668f0d367aec9e89976ed8158145fef06 (patch) | |
tree | abce8475be631c49c5b4b7aaa970d14f2d8d433e /gtk/stock-icons | |
parent | f80b81db14666a7d9d40a4845fc268615debaa0d (diff) | |
download | gtk+-6b27f20668f0d367aec9e89976ed8158145fef06.tar.gz |
Add stock_file_16.png, stock_file_24.png, stock_directory_16.png and
2004-07-06 Matthias Clasen <mclasen@redhat.com>
* gtk/stock-icons/Makefile.am: Add stock_file_16.png,
stock_file_24.png, stock_directory_16.png and stock_directory_24.png.
* gtk/gtkstock.h (GTK_STOCK_FILE, GTK_STOCK_DIRECTORY):
* gtk/gtkiconfactory.c (get_default_icons): New stock icons as
fallbacks for gtkfilechooser. Currently these are the same images
as the "new" and "open" items...
Diffstat (limited to 'gtk/stock-icons')
-rw-r--r-- | gtk/stock-icons/Makefile.am | 12 | ||||
-rw-r--r-- | gtk/stock-icons/stock_directory_16.png | bin | 0 -> 448 bytes | |||
-rw-r--r-- | gtk/stock-icons/stock_directory_24.png | bin | 0 -> 1076 bytes | |||
-rw-r--r-- | gtk/stock-icons/stock_file_16.png | bin | 0 -> 349 bytes | |||
-rw-r--r-- | gtk/stock-icons/stock_file_24.png | bin | 0 -> 757 bytes |
5 files changed, 10 insertions, 2 deletions
diff --git a/gtk/stock-icons/Makefile.am b/gtk/stock-icons/Makefile.am index 9939ff4e34..8a09dddf30 100644 --- a/gtk/stock-icons/Makefile.am +++ b/gtk/stock-icons/Makefile.am @@ -34,6 +34,8 @@ IMAGES = \ stock_dialog_info_48.png \ stock_dialog_question_48.png \ stock_dialog_warning_48.png \ + stock_directory_16.png \ + stock_directory_24.png \ stock_dnd_multiple_32.png \ stock_down_arrow_16.png \ stock_down_arrow_24.png \ @@ -41,12 +43,14 @@ IMAGES = \ stock_exec_24.png \ stock_exit_16.png \ stock_exit_24.png \ + stock_file_16.png \ + stock_file_24.png \ stock_first_16.png \ stock_first_24.png \ stock_font_16.png \ stock_font_24.png \ - stock_harddisk_16.png \ - stock_harddisk_24.png \ + stock_harddisk_16.png \ + stock_harddisk_24.png \ stock_help_16.png \ stock_help_24.png \ stock_home_16.png \ @@ -175,6 +179,8 @@ VARIABLES2 = \ stock_dialog_info_48 $(srcdir)/stock_dialog_info_48.png \ stock_dialog_question_48 $(srcdir)/stock_dialog_question_48.png \ stock_dialog_warning_48 $(srcdir)/stock_dialog_warning_48.png \ + stock_directory_16 $(srcdir)/stock_directory_16.png \ + stock_directory_24 $(srcdir)/stock_directory_24.png \ stock_dnd_32 $(srcdir)/stock_dnd_32.png \ stock_down_arrow_16 $(srcdir)/stock_down_arrow_16.png \ stock_down_arrow_24 $(srcdir)/stock_down_arrow_24.png \ @@ -182,6 +188,8 @@ VARIABLES2 = \ stock_exec_24 $(srcdir)/stock_exec_24.png \ stock_exit_16 $(srcdir)/stock_exit_16.png \ stock_exit_24 $(srcdir)/stock_exit_24.png \ + stock_file_16 $(srcdir)/stock_file_16.png \ + stock_file_24 $(srcdir)/stock_file_24.png \ stock_first_16 $(srcdir)/stock_first_16.png \ stock_first_24 $(srcdir)/stock_first_24.png \ stock_font_16 $(srcdir)/stock_font_16.png diff --git a/gtk/stock-icons/stock_directory_16.png b/gtk/stock-icons/stock_directory_16.png Binary files differnew file mode 100644 index 0000000000..ba8aa09a79 --- /dev/null +++ b/gtk/stock-icons/stock_directory_16.png diff --git a/gtk/stock-icons/stock_directory_24.png b/gtk/stock-icons/stock_directory_24.png Binary files differnew file mode 100644 index 0000000000..622b95a491 --- /dev/null +++ b/gtk/stock-icons/stock_directory_24.png diff --git a/gtk/stock-icons/stock_file_16.png b/gtk/stock-icons/stock_file_16.png Binary files differnew file mode 100644 index 0000000000..db8b087487 --- /dev/null +++ b/gtk/stock-icons/stock_file_16.png diff --git a/gtk/stock-icons/stock_file_24.png b/gtk/stock-icons/stock_file_24.png Binary files differnew file mode 100644 index 0000000000..e14977e601 --- /dev/null +++ b/gtk/stock-icons/stock_file_24.png |