diff options
author | Torbjörn Andersson | 2006-06-11 21:34:25 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2006-06-11 21:34:25 +0000 |
commit | 4876c8a2be28c00719ec1464de3a7d5e38c3631f (patch) | |
tree | 4f2f972222ba25f3e361e384b4fdc89895229741 | |
parent | 0be035e47079290141171ca4cfc97b61d736d847 (diff) | |
download | scummvm-rg350-4876c8a2be28c00719ec1464de3a7d5e38c3631f.tar.gz scummvm-rg350-4876c8a2be28c00719ec1464de3a7d5e38c3631f.tar.bz2 scummvm-rg350-4876c8a2be28c00719ec1464de3a7d5e38c3631f.zip |
Whitespace.
svn-id: r23035
-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); |