diff options
Diffstat (limited to 'command')
-rw-r--r-- | command/command.c | 2 | ||||
-rw-r--r-- | command/org.mate.applets.CommandApplet.mate-panel-applet.in.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/command/command.c b/command/command.c index 414e0970..23531a74 100644 --- a/command/command.c +++ b/command/command.c @@ -33,7 +33,7 @@ #include <mate-panel-applet-gsettings.h> /* Applet constants */ -#define APPLET_ICON "terminal" +#define APPLET_ICON "utilities-terminal" #define ERROR_OUTPUT "#" /* GSettings constants */ diff --git a/command/org.mate.applets.CommandApplet.mate-panel-applet.in.in b/command/org.mate.applets.CommandApplet.mate-panel-applet.in.in index 41783517..1e860ce2 100644 --- a/command/org.mate.applets.CommandApplet.mate-panel-applet.in.in +++ b/command/org.mate.applets.CommandApplet.mate-panel-applet.in.in @@ -7,4 +7,4 @@ _Description=Command Factory [CommandApplet] _Name=Command _Description=Shows the output of a command -Icon=terminal +Icon=utilities-terminal |