icons/nautilus3.jpg icons/About_Image.png Added new about image, and a few

2000-05-23  Arlo Rose <arlo@eazel.com>

	* icons/Makefile.am:
	* src/nautilus-window-menus.c: (help_menu_about_nautilus_callback):
	* icons/nautilus3.jpg
	* icons/About_Image.png
	Added new about image, and a few names to the about box
        that were missing.
This commit is contained in:
Arlo Rose 2000-05-24 02:08:42 +00:00 committed by Arlo Rose
parent ca02a645cf
commit 59e6fb26cb
6 changed files with 22 additions and 5 deletions

View file

@ -1,3 +1,12 @@
2000-05-23 Arlo Rose <arlo@eazel.com>
* icons/Makefile.am:
* src/nautilus-window-menus.c: (help_menu_about_nautilus_callback):
* icons/nautilus3.jpg
* icons/About_Image.png
Added new about image, and a few names to the about box
that were missing.
2000-05-23 Maciej Stachowiak <mjs@eazel.com>
* RENAMING: Put in renamings for some of the "?" renamings that

BIN
icons/About_Image.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

View file

@ -5,6 +5,7 @@ SUBDIRS = eazel
icondir = $(datadir)/pixmaps/nautilus
icon_DATA =\
About_Image.png \
backgrounds.png \
colors.png \
computer.png \
@ -131,7 +132,6 @@ icon_DATA =\
loading.png \
multi-ok.png \
nautilus-logo.png \
nautilus3.jpg \
not.png \
rightarrow.png \
tableft.png \

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8 KiB

View file

@ -297,10 +297,14 @@ help_menu_about_nautilus_callback (BonoboUIHandler *ui_handler,
{
const char *authors[] = {
"Darin Adler",
"Pavel Cisler", /* fixme: needs accent mark on the i */
"Ramiro Estrugo",
"Andy Hertzfeld",
"Elliot Lee",
"Ettore Perazzoli",
"Gene Ragan",
"Arlo Rose",
"Rebecca Schulman",
"Maciej Stachowiak",
"John Sullivan",
NULL
@ -310,8 +314,8 @@ help_menu_about_nautilus_callback (BonoboUIHandler *ui_handler,
VERSION,
"Copyright (C) 1999, 2000",
authors,
_("The Cool Shell Program"),
"nautilus/nautilus3.jpg");
_("The Gnome Shell"),
"nautilus/About_Image.png");
gnome_dialog_close_hides (GNOME_DIALOG (aboot), TRUE);
}

View file

@ -297,10 +297,14 @@ help_menu_about_nautilus_callback (BonoboUIHandler *ui_handler,
{
const char *authors[] = {
"Darin Adler",
"Pavel Cisler", /* fixme: needs accent mark on the i */
"Ramiro Estrugo",
"Andy Hertzfeld",
"Elliot Lee",
"Ettore Perazzoli",
"Gene Ragan",
"Arlo Rose",
"Rebecca Schulman",
"Maciej Stachowiak",
"John Sullivan",
NULL
@ -310,8 +314,8 @@ help_menu_about_nautilus_callback (BonoboUIHandler *ui_handler,
VERSION,
"Copyright (C) 1999, 2000",
authors,
_("The Cool Shell Program"),
"nautilus/nautilus3.jpg");
_("The Gnome Shell"),
"nautilus/About_Image.png");
gnome_dialog_close_hides (GNOME_DIALOG (aboot), TRUE);
}