Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
Settings
Commits
06818284
Commit
06818284
authored
Jan 04, 2013
by
Bastien Nocera
Browse files
power: Fix WWAN switch label
parent
91f1d45d
Changes
1
Show whitespace changes
Inline
Side-by-side
panels/power/cc-power-panel.c
View file @
06818284
...
...
@@ -1402,7 +1402,7 @@ add_power_saving_section (CcPowerPanel *self)
gtk_label_set_use_underline
(
GTK_LABEL
(
label
),
TRUE
);
gtk_box_pack_start
(
GTK_BOX
(
box2
),
label
,
TRUE
,
TRUE
,
0
);
label
=
gtk_label_new
(
"Turns off
WWAN and WiMax
devices"
);
label
=
gtk_label_new
(
"Turns off
Mobile Broadband (3G, 4G, WiMax, etc.)
devices"
);
gtk_misc_set_alignment
(
GTK_MISC
(
label
),
0
,
0
.
5
);
gtk_style_context_add_class
(
gtk_widget_get_style_context
(
label
),
GTK_STYLE_CLASS_DIM_LABEL
);
gtk_box_pack_start
(
GTK_BOX
(
box2
),
label
,
TRUE
,
TRUE
,
0
);
...
...
Write
Preview
Supports
Markdown
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