Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
6
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
noise
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
pantheon-debian
noise
Commits
c34eb1b5
Commit
c34eb1b5
authored
Sep 03, 2015
by
Nicolas Bruguier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debian/patches/use-generic-names.patch:
- Refresh
parent
4c58f6b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
7 deletions
+11
-7
debian/patches/use-generic-names.patch
debian/patches/use-generic-names.patch
+11
-7
No files found.
debian/patches/use-generic-names.patch
View file @
c34eb1b5
...
...
@@ -23,19 +23,23 @@ Forwarded: not-needed
Reviewed-By: Sergey "Shnatsel" Davidoff <sergey@elementaryos.org>
Last-Update: 2013-06-09
--- noise-0.2.orig/src/Noise.vala
+++ noise-0.2/src/Noise.vala
@@ -53,7 +53,7 @@
public class Noise.App : Granite.Applica
Index: noise/src/Noise.vala
===================================================================
--- noise.orig/src/Noise.vala
+++ noise/src/Noise.vala
@@ -56,7 +56,7 @@
public class Noise.App : Granite.Applica
build_version = Build.VERSION;
build_version_info = Build.VERSION_INFO;
- program_name =
"Noise"
;
- program_name =
PROGRAM_NAME
;
+ program_name = _("Music");
exec_name = "noise";
app_copyright = "2012-2014";
--- noise-0.2.orig/data/noise.desktop
+++ noise-0.2/data/noise.desktop
app_copyright = "2012-2015";
Index: noise/data/noise.desktop
===================================================================
--- noise.orig/data/noise.desktop
+++ noise/data/noise.desktop
@@ -1,6 +1,6 @@
[Desktop Entry]
Type=Application
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment