~matti-rintanikkola-d/my-webapp-group/trunk

« back to all changes in this revision

Viewing changes to qml/actions/OpenLinkInNewTab.qml

  • Committer: Matti Rinta-Nikkola
  • Date: 2016-05-01 20:04:13 UTC
  • Revision ID: matti.rintanikkola@gmail.com-20160501200413-p3q1cyugemo9j74m
merge webbrowser app modifications, step II

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Copyright 2013-2015 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 tab")
 
23
}