diff options
author | Ira Rice <irarice@gmail.com> | 2008-11-25 18:43:28 +0000 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2008-11-25 18:43:28 +0000 |
commit | 886a5d4803e277b053014ae6b5c1c347f7756d48 (patch) | |
tree | e24d94a1652470c27a2dbe26eed7a1923d43adb3 /src/gui/widgets/resizegrip.h | |
parent | d5e30d8f72184241034aa797471c31a5bcbaa095 (diff) | |
download | mana-886a5d4803e277b053014ae6b5c1c347f7756d48.tar.gz mana-886a5d4803e277b053014ae6b5c1c347f7756d48.tar.bz2 mana-886a5d4803e277b053014ae6b5c1c347f7756d48.tar.xz mana-886a5d4803e277b053014ae6b5c1c347f7756d48.zip |
Miscellaneous TMW change commits. Missed these changes before because of
a confusion on git.
Diffstat (limited to 'src/gui/widgets/resizegrip.h')
-rw-r--r-- | src/gui/widgets/resizegrip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/resizegrip.h b/src/gui/widgets/resizegrip.h index 5f3a09a4..acb934d2 100644 --- a/src/gui/widgets/resizegrip.h +++ b/src/gui/widgets/resizegrip.h @@ -41,7 +41,7 @@ class ResizeGrip : public gcn::Widget /** * Constructor. */ - ResizeGrip(); + ResizeGrip(std::string image = "graphics/gui/resize.png"); /** * Destructor. |