Skip to content
Snippets Groups Projects
Commit 6a80a6a7 authored by Luis Guzmán's avatar Luis Guzmán
Browse files

birdtray: fix long name for icedove.

parent fb085460
No related branches found
No related tags found
No related merge requests found
...@@ -17,12 +17,12 @@ ...@@ -17,12 +17,12 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
VERSION=1 VERSION=2
. ./config . ./config
#Replace name & paths. #Replace name & paths.
rpl -R '/.thunderbird' '/.icedove' . rpl -R '/.thunderbird' '/.icedove' .
rpl -R 'Mozilla Thunderbird' 'Trisquel Icedove' . rpl -R 'Mozilla Thunderbird' 'Icedove Mail' .
rpl -R 'Thunderbirda' 'Icedove' src/translations rpl -R 'Thunderbirda' 'Icedove' src/translations
rpl -R 'Thunderbird' 'Icedove' src/translations \ rpl -R 'Thunderbird' 'Icedove' src/translations \
contrib \ contrib \
...@@ -51,7 +51,7 @@ cat << EOF | patch -p0 ...@@ -51,7 +51,7 @@ cat << EOF | patch -p0
-#if defined (OPT_THUNDERBIRD_CMDLINE) -#if defined (OPT_THUNDERBIRD_CMDLINE)
- return Utils::splitCommandLine( OPT_THUNDERBIRD_CMDLINE ); - return Utils::splitCommandLine( OPT_THUNDERBIRD_CMDLINE );
-#elif defined (Q_OS_WIN) -#elif defined (Q_OS_WIN)
- return {R"("%ProgramFiles(x86)%\Trisquel Icedove\icedove.exe")"}; - return {R"("%ProgramFiles(x86)%\Icedove Mail\icedove.exe")"};
-#else -#else
return { "/usr/bin/icedove" }; return { "/usr/bin/icedove" };
-#endif -#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment