~ubuntu-branches/ubuntu/trusty/avogadro/trusty-proposed

« back to all changes in this revision

Viewing changes to scripts/installer/setup.nsi

  • Committer: Bazaar Package Importer
  • Author(s): Rohan Garg
  • Date: 2011-05-20 18:55:49 UTC
  • mfrom: (3.2.13 sid)
  • Revision ID: james.westby@ubuntu.com-20110520185549-berzu8h9f9330xji
Tags: 1.0.3-1ubuntu1
* Merge from debian, remaining changes (LP: #787458, #784267)
  - Disable builds for ARM as build dependency on libOpenGL and 
    libQtOpenGL

Show diffs side-by-side

added added

removed removed

Lines of Context:
193
193
# Installer languages
194
194
!insertmacro MUI_LANGUAGE "English" # first language is the default language
195
195
!insertmacro MUI_LANGUAGE "German"
 
196
!insertmacro MUI_LANGUAGE "Russian"
196
197
 
197
198
!include "installer_languages\english.nsh"
198
199
!include "installer_languages\german.nsh"
 
200
!include "installer_languages\russian.nsh"
199
201
 
200
202
 
201
203
# Installer attributes