diff options
author | Alan Fitton <ajf@eth0.org.uk> | 2011-12-24 20:19:41 +0000 |
---|---|---|
committer | Alan Fitton <ajf@eth0.org.uk> | 2011-12-24 20:19:41 +0000 |
commit | 42f593e062f1e444339edda7ea4e30f689b303ae (patch) | |
tree | 22975513d19df0f27ba9f41a1569cde99efc941e /src/installer.nsi | |
parent | 3f389f8800e1bf5e4bbc8f17cb1054f04f69ec8e (diff) |
commit the first translation updated using launchpad, Spanish kindly done by fitoschido. it's a great way to update the translations.
Diffstat (limited to 'src/installer.nsi')
-rw-r--r-- | src/installer.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/installer.nsi b/src/installer.nsi index b4c5a43..fabd6c3 100644 --- a/src/installer.nsi +++ b/src/installer.nsi @@ -10,7 +10,7 @@ Name "Transmission Remote GTK" ; The file to write !ifndef REV -OutFile "transmission-remote-gtk-0.8-installer.exe" +OutFile "transmission-remote-gtk-1.0-installer.exe" !else OutFile "transmission-remote-gtk-${REV}-installer.exe" !endif |