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
totem
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
212
Issues
212
List
Boards
Labels
Service Desk
Milestones
Merge Requests
4
Merge Requests
4
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
totem
Commits
a3d03ff0
Commit
a3d03ff0
authored
Jan 13, 2011
by
Philip Withnall
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix capitalisation of the “Skip To” dialogue's title
parent
e1f30bb1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/plugins/skipto/totem-skipto-plugin.c
src/plugins/skipto/totem-skipto-plugin.c
+1
-1
src/plugins/skipto/totem-skipto.c
src/plugins/skipto/totem-skipto.c
+1
-1
No files found.
src/plugins/skipto/totem-skipto-plugin.c
View file @
a3d03ff0
...
...
@@ -179,7 +179,7 @@ impl_activate (PeasActivatable *plugin)
TotemSkiptoPluginPrivate
*
priv
=
pi
->
priv
;
const
GtkActionEntry
menu_entries
[]
=
{
{
"skip-to"
,
GTK_STOCK_JUMP_TO
,
N_
(
"_Skip
t
o..."
),
"<Control>K"
,
N_
(
"Skip to a specific time"
),
G_CALLBACK
(
skip_to_action_callback
)
}
{
"skip-to"
,
GTK_STOCK_JUMP_TO
,
N_
(
"_Skip
T
o..."
),
"<Control>K"
,
N_
(
"Skip to a specific time"
),
G_CALLBACK
(
skip_to_action_callback
)
}
};
priv
->
totem
=
g_object_get_data
(
G_OBJECT
(
plugin
),
"object"
);
...
...
src/plugins/skipto/totem-skipto.c
View file @
a3d03ff0
...
...
@@ -194,7 +194,7 @@ totem_skipto_new (TotemObject *totem)
tstw_adjustment_value_changed_cb
(
GTK_ADJUSTMENT
(
gtk_builder_get_object
(
skipto
->
priv
->
xml
,
"tstw_skip_adjustment"
)),
skipto
);
gtk_window_set_title
(
GTK_WINDOW
(
skipto
),
_
(
"Skip
t
o"
));
gtk_window_set_title
(
GTK_WINDOW
(
skipto
),
_
(
"Skip
T
o"
));
gtk_dialog_add_buttons
(
GTK_DIALOG
(
skipto
),
GTK_STOCK_CANCEL
,
GTK_RESPONSE_CANCEL
,
GTK_STOCK_OK
,
GTK_RESPONSE_OK
,
...
...
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