Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
yelp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
148
Issues
148
List
Boards
Labels
Service Desk
Milestones
Merge Requests
16
Merge Requests
16
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
yelp
Commits
904d57ed
Commit
904d57ed
authored
Jul 19, 2019
by
liujing5597
Committed by
David King
Jul 19, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow the application name to be translated
Fixes Chinese (and other languages') display of help.
!14
parent
22f7154d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/yelp-application.c
src/yelp-application.c
+1
-1
No files found.
src/yelp-application.c
View file @
904d57ed
...
@@ -267,7 +267,7 @@ yelp_application_startup (GApplication *application)
...
@@ -267,7 +267,7 @@ yelp_application_startup (GApplication *application)
gchar
*
keyfile
;
gchar
*
keyfile
;
YelpSettings
*
settings
;
YelpSettings
*
settings
;
g_set_application_name
(
N
_
(
"Help"
));
g_set_application_name
(
_
(
"Help"
));
/* chain up */
/* chain up */
G_APPLICATION_CLASS
(
yelp_application_parent_class
)
->
startup
(
application
);
G_APPLICATION_CLASS
(
yelp_application_parent_class
)
->
startup
(
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