summaryrefslogtreecommitdiff
path: root/src/installer.nsi
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2012-01-04 20:26:19 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2012-01-04 20:26:19 +0000
commita73d164e9fae9059be1b347270f1c7debbc00f3e (patch)
treea91c94a322ead98226d01fa6bbe0c4c79478c627 /src/installer.nsi
parent336960c958d0b4ebdc0b54c25aef87fc7cb7b0a8 (diff)
reindent with gnu indent. add keyboard accelerators for view menu, fix toggle filter widget also connected to toggle graph cb. add Lithuanian translation thanks to Algimantas Margevičius via launchpad.
Diffstat (limited to 'src/installer.nsi')
-rw-r--r--src/installer.nsi26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/installer.nsi b/src/installer.nsi
index fabd6c3..c13e63c 100644
--- a/src/installer.nsi
+++ b/src/installer.nsi
@@ -127,6 +127,10 @@ Section $(NAME_SecTransmissionRemoteGTK) SecTransmissionRemoteGTK
File "C:\MinGW\msys\1.0\lib\locale\de\LC_MESSAGES\transmission-remote-gtk.mo"
+ SetOutPath $INSTDIR\share\locale\lt\LC_MESSAGES
+
+ File "C:\MinGW\msys\1.0\lib\locale\lt\LC_MESSAGES\transmission-remote-gtk.mo"
+
SetOutPath $INSTDIR\share\icons\hicolor\scalable\apps
File "C:\MinGW\msys\1.0\share\icons\hicolor\scalable\apps\transmission-remote-gtk.svg"
@@ -221,6 +225,17 @@ Section $(NAME_SecGlibGtkEtc) SecGlibGtkEtc
File "..\..\gtk-2.24-win32-bin\lib\gtk-2.0\modules\libgail.dll"
+ SetOutPath $INSTDIR\share\locale\lt\LC_MESSAGES
+
+ File "..\..\gtk-2.24-win32-bin\share\locale\lt\LC_MESSAGES\libiconv.mo"
+ File "..\..\gtk-2.24-win32-bin\share\locale\lt\LC_MESSAGES\gtk20.mo"
+ File "..\..\gtk-2.24-win32-bin\share\locale\lt\LC_MESSAGES\gtk20-properties.mo"
+ File "..\..\gtk-2.24-win32-bin\share\locale\lt\LC_MESSAGES\glib20.mo"
+ File "..\..\gtk-2.24-win32-bin\share\locale\lt\LC_MESSAGES\gettext-tools.mo"
+ File "..\..\gtk-2.24-win32-bin\share\locale\lt\LC_MESSAGES\gettext-runtime.mo"
+ File "..\..\gtk-2.24-win32-bin\share\locale\lt\LC_MESSAGES\gdk-pixbuf.mo"
+ File "..\..\gtk-2.24-win32-bin\share\locale\lt\LC_MESSAGES\atk10.mo"
+
SetOutPath $INSTDIR\share\locale\uk\LC_MESSAGES
File "..\..\gtk-2.24-win32-bin\share\locale\uk\LC_MESSAGES\libiconv.mo"
@@ -409,6 +424,15 @@ Section "Uninstall"
Delete "$INSTDIR\share\locale\de\LC_MESSAGES\gtk20.mo"
Delete "$INSTDIR\share\locale\de\LC_MESSAGES\libiconv.mo"
Delete "$INSTDIR\share\locale\de\LC_MESSAGES\transmission-remote-gtk.mo"
+ Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\atk10.mo"
+ Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\gdk-pixbuf.mo"
+ Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\gettext-runtime.mo"
+ Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\gettext-tools.mo"
+ Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\glib20.mo"
+ Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\gtk20-properties.mo"
+ Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\gtk20.mo"
+ Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\libiconv.mo"
+ Delete "$INSTDIR\share\locale\lt\LC_MESSAGES\transmission-remote-gtk.mo"
Delete "$INSTDIR\share\locale\es\LC_MESSAGES\atk10.mo"
Delete "$INSTDIR\share\locale\es\LC_MESSAGES\gdk-pixbuf.mo"
Delete "$INSTDIR\share\locale\es\LC_MESSAGES\gettext-runtime.mo"
@@ -497,6 +521,8 @@ Section "Uninstall"
RMDir "$INSTDIR\share\locale\es"
RMDir "$INSTDIR\share\locale\de\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\de"
+ RMDir "$INSTDIR\share\locale\lt\LC_MESSAGES"
+ RMDir "$INSTDIR\share\locale\lt"
RMDir "$INSTDIR\share\locale"
RMDir "$INSTDIR\share\icons\hicolor\scalable\apps"
RMDir "$INSTDIR\share\icons\hicolor\scalable"