From 901f00141880b450c36c8bbf1367fd5f7bd41e01 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Mon, 11 Aug 2014 20:57:42 +0200 Subject: [PATCH] CComponentsWindow: add missing comment for allignment options Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/4e65078335b8cb35ebfb276a2f79f6b680bbc6e2 Author: Thilo Graf Date: 2014-08-11 (Mon, 11 Aug 2014) --- src/gui/components/cc_frm_window.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/components/cc_frm_window.h b/src/gui/components/cc_frm_window.h index 8d86a9b38..c5d479771 100644 --- a/src/gui/components/cc_frm_window.h +++ b/src/gui/components/cc_frm_window.h @@ -159,7 +159,7 @@ class CComponentsWindow : public CComponentsForm ///set caption in header from locales, see also getHeaderObject() void setWindowCaption(neutrino_locale_t locale_text, const int& align_mode = CTextBox::NO_AUTO_LINEBREAK); - ///set caption alignment + ///set caption alignment, see CTextBox for possible modes void setWindowCaptionAlignment(const int& align_mode){ccw_align_mode = align_mode;}; ///set icon name in header, see also getHeaderObject()