Integrate new Tigert Icon for PhotoShop files

This commit is contained in:
Miguel de Icaza 1999-02-25 22:03:09 +00:00
parent 824c07e49f
commit c1d1f5c52f
7 changed files with 12 additions and 6 deletions

View File

@ -5,7 +5,7 @@ AC_INIT(create_vcs)
AC_CONFIG_HEADER(config.h)
PACKAGE=mc
VERSION=4.5.20
VERSION=4.5.21
AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
AC_DEFINE_UNQUOTED(VERSION, "$VERSION")
AC_SUBST(VERSION)

View File

@ -44,6 +44,7 @@ typedef struct {
char *url; /* URL this icon points to */
int selected : 1; /* Is the icon selected? */
int tmp_selected : 1; /* Temp storage for original selection while rubberbanding */
int requires_terminal : 1; /* True if this requires a terminal to run */
} DesktopIconInfo;
void desktop_icon_info_open (DesktopIconInfo *dii);

View File

@ -34,7 +34,8 @@ enum {
F_PANEL = 1 << 6, /* Applies to files from a panel window */
F_MOUNTABLE = 1 << 7, /* Only if the device is mountable */
F_UNMOUNTABLE = 1 << 8, /* Only if the device is unmountable */
F_EJECTABLE = 1 << 9 /* Only if the device is ejectable */
F_EJECTABLE = 1 << 9, /* Only if the device is ejectable */
F_LOCAL = 1 << 10 /* File must be on a local file system */
};
struct action {
@ -260,9 +261,9 @@ static struct action file_actions[] = {
{ N_("Unmount device"), F_SINGLE|F_UNMOUNTABLE|F_DICON, (GtkSignalFunc) dicon_unmount },
{ N_("Eject device"), F_SINGLE|F_EJECTABLE|F_DICON, (GtkSignalFunc) dicon_eject },
{ "", F_SINGLE, NULL },
{ N_("Open"), F_PANEL | F_ALL, (GtkSignalFunc) panel_action_open },
{ N_("Open"), F_DICON | F_ALL, (GtkSignalFunc) dicon_execute },
{ N_("Open with"), F_PANEL | F_ALL, (GtkSignalFunc) panel_action_open_with },
{ N_("Open"), F_LOCAL| F_PANEL | F_ALL, (GtkSignalFunc) panel_action_open },
{ N_("Open"), F_LOCAL | F_DICON | F_ALL, (GtkSignalFunc) dicon_execute },
{ N_("Open with"), F_LOCAL | F_PANEL | F_ALL, (GtkSignalFunc) panel_action_open_with },
{ N_("View"), F_PANEL | F_NOTDIR, (GtkSignalFunc) panel_action_view },
{ N_("View unfiltered"), F_PANEL | F_NOTDIR, (GtkSignalFunc) panel_action_view_unfiltered },
{ N_("Edit"), F_PANEL | F_NOTDIR, (GtkSignalFunc) panel_action_edit },

View File

@ -225,6 +225,9 @@ video/x-ms-video:
image/*:
icon-filename=@icondir@/gnome-image-generic.png
image/x-psd:
icon-filename=@icondir@/gnome-image-psd.png
text/*:
icon-filename=@icondir@/gnome-textfile.png
open=gnome-edit %f

View File

@ -52,6 +52,7 @@ ALLICONS = \
gnome-textfile.png \
gnome-tex.png \
gnome-audio.png \
gnome-image-psd.png \
gnome-image-xcf.png
all:

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 1999-02-25 00:35-0600\n"
"POT-Creation-Date: 1999-02-25 00:53-0600\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"