diff options
-rw-r--r-- | gui/TabWidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/TabWidget.h b/gui/TabWidget.h index f05672c546..b3a7a6b873 100644 --- a/gui/TabWidget.h +++ b/gui/TabWidget.h @@ -60,8 +60,8 @@ public: //void removeTab(int tabID); /** Set the active tab by specifying a valid tab ID. - * setActiveTab changes the value of _firstWidget. This means new Widgets - * are always added to the active tab. + * setActiveTab changes the value of _firstWidget. This means new + * Widgets are always added to the active tab. */ void setActiveTab(int tabID); |