diff options
| author | Neil Jagdish Patel <neil.patel@canonical.com> | 2010-12-17 08:14:30 +0000 |
|---|---|---|
| committer | Neil Jagdish Patel <neil.patel@canonical.com> | 2010-12-17 08:14:30 +0000 |
| commit | b72ce4c793071bf99c01f59b716d1d31e8d3219f (patch) | |
| tree | 48c82318285ea1ea20162fa719f497378ecd85a3 /src | |
| parent | 4c8249aec8f7b3dcadc9245e219bd59bcf6e335e (diff) | |
Make bold, fix comment
(bzr r669.3.26)
Diffstat (limited to 'src')
| -rw-r--r-- | src/PanelMenuView.cpp | 2 | ||||
| -rw-r--r-- | src/WindowButtons.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/PanelMenuView.cpp b/src/PanelMenuView.cpp index a32dac478..a4853d2b9 100644 --- a/src/PanelMenuView.cpp +++ b/src/PanelMenuView.cpp @@ -377,7 +377,7 @@ PanelMenuView::Refresh () "gtk-xft-dpi", &dpi, NULL); desc = pango_font_description_from_string (font_description); - pango_font_description_set_weight (desc, PANGO_WEIGHT_NORMAL); + pango_font_description_set_weight (desc, PANGO_WEIGHT_BOLD); layout = pango_cairo_create_layout (cr); pango_layout_set_font_description (layout, desc); diff --git a/src/WindowButtons.h b/src/WindowButtons.h index 38e0415cc..0f6b3247c 100644 --- a/src/WindowButtons.h +++ b/src/WindowButtons.h @@ -25,7 +25,7 @@ class WindowButtons : public nux::HLayout, public Introspectable { - // These are the [close][minimize][maximize] buttons on the panel when there + // These are the [close][minimize][restore] buttons on the panel when there // is a maximized window public: |
