~ci-train-bot/webbrowser-app/webbrowser-app-ubuntu-yakkety-2076

« back to all changes in this revision

Viewing changes to src/app/actions/OpenLinkInNewWindow.qml

  • Committer: Bileto Bot
  • Author(s): Andrew Hayzen, Olivier Tilloy
  • Date: 2016-09-28 08:23:16 UTC
  • mfrom: (1465.2.50 multiple-windows)
  • Revision ID: ci-train-bot@canonical.com-20160928082316-wy9s4z8ozm5hqr9u
Multiple window support in webbrowser-app.

Approved by: Andrew Hayzen

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Copyright 2016 Canonical Ltd.
 
3
 *
 
4
 * This file is part of webbrowser-app.
 
5
 *
 
6
 * webbrowser-app is free software; you can redistribute it and/or modify
 
7
 * it under the terms of the GNU General Public License as published by
 
8
 * the Free Software Foundation; version 3.
 
9
 *
 
10
 * webbrowser-app is distributed in the hope that it will be useful,
 
11
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
12
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
13
 * GNU General Public License for more details.
 
14
 *
 
15
 * You should have received a copy of the GNU General Public License
 
16
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
17
 */
 
18
 
 
19
import Ubuntu.Components 1.3
 
20
 
 
21
Action {
 
22
    text: i18n.tr("Open link in new window")
 
23
}