diff options
author | Wu Xiaotian <[email protected]> | 2019-12-26 13:57:18 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-01-05 18:06:54 +0100 |
commit | 206d2b001127decca51bda0d9b6b5c26d1fa95e2 (patch) | |
tree | bc67a4bd70f64eec692230091405872d2b77be59 /po | |
parent | 96e44f79c108303499d058077296bb8b3e94aa50 (diff) | |
download | mate-indicator-applet-206d2b001127decca51bda0d9b6b5c26d1fa95e2.tar.bz2 mate-indicator-applet-206d2b001127decca51bda0d9b6b5c26d1fa95e2.tar.xz |
rename data/org*mate-panel-applet.desktop.in.in files
Fix make dist error.
tar: mate-indicator-applet-1.23.0/data/org.ayatana.panel.IndicatorAppletAppmenu.mate-panel-applet.desktop.in.in: file name is too long (max 99); not dumped
tar: mate-indicator-applet-1.23.0/data/org.ayatana.panel.IndicatorAppletComplete.mate-panel-applet.desktop.in.in: file name is too long (max 99); not dumped
Diffstat (limited to 'po')
-rw-r--r-- | po/POTFILES.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index a305e8f..2104b84 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,4 +1,4 @@ -data/org.ayatana.panel.IndicatorApplet.mate-panel-applet.desktop.in.in -data/org.ayatana.panel.IndicatorAppletComplete.mate-panel-applet.desktop.in.in -data/org.ayatana.panel.IndicatorAppletAppmenu.mate-panel-applet.desktop.in.in +data/org.mate.applets.Indicator.mate-panel-applet.desktop.in.in +data/org.mate.applets.IndicatorComplete.mate-panel-applet.desktop.in.in +data/org.mate.applets.IndicatorAppmenu.mate-panel-applet.desktop.in.in src/applet-main.c |