Merge lp:~costales/uwriter/0.21-name-Writer into lp:uwriter

Proposed by costales
Status: Merged
Merged at revision: 62
Proposed branch: lp:~costales/uwriter/0.21-name-Writer
Merge into: lp:uwriter
Diff against target: 32 lines (+3/-3)
2 files modified
app.desktop (+1/-1)
qml/Main.qml (+2/-2)
To merge this branch: bzr merge lp:~costales/uwriter/0.21-name-Writer
Reviewer Review Type Date Requested Status
costales Pending
Review via email: mp+311977@code.launchpad.net

Description of the change

New Writer name for app

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'app.desktop'
2--- app.desktop 2016-10-28 15:16:54 +0000
3+++ app.desktop 2016-11-28 19:06:27 +0000
4@@ -1,5 +1,5 @@
5 [Desktop Entry]
6-Name=uWriter
7+Name=Writer
8 Comment=Text Editor
9 Keywords=editor;text;offline;write;
10 Type=Application
11
12=== modified file 'qml/Main.qml'
13--- qml/Main.qml 2016-11-06 10:27:10 +0000
14+++ qml/Main.qml 2016-11-28 19:06:27 +0000
15@@ -25,7 +25,7 @@
16 Window {
17 id: uwriterWindow
18
19- title: "uWriter"
20+ title: "Writer"
21 width: units.gu(90)
22 height: units.gu(70)
23 minimumWidth: units.gu(45)
24@@ -90,7 +90,7 @@
25
26 header: PageHeader {
27 id: pageHeader
28- title: "uWriter"
29+ title: "Writer"
30 StyleHints {
31 foregroundColor: '#ffffff'
32 backgroundColor: '#ffb84f'

Subscribers

People subscribed via source and target branches

to all changes: