summaryrefslogtreecommitdiff
path: root/ui/gtk/font_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gtk/font_utils.h')
-rw-r--r--ui/gtk/font_utils.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/gtk/font_utils.h b/ui/gtk/font_utils.h
index 47214da69b..0fc5fb4477 100644
--- a/ui/gtk/font_utils.h
+++ b/ui/gtk/font_utils.h
@@ -24,12 +24,12 @@
/** @file
- * Utilities for font manipulation.
+ * Utilities for font manipulation.
*
* There are two different fonts used:
* - the application font for menu's, dialog's and such
* - the user font for the packet panes
- *
+ *
* The user font is also available in regular (m_r_font) and bold (m_b_font) versions.
*/
@@ -46,7 +46,7 @@ typedef enum {
FA_FONT_NOT_AVAILABLE /**< the chosen font isn't available */
} fa_ret_t;
-/** Applies a new user font, corresponding to the preferences font name and recent zoom level.
+/** Applies a new user font, corresponding to the preferences font name and recent zoom level.
* Will also redraw the screen.
*
* @return if the new font could be set or not