diff options
Diffstat (limited to 'src/IntResMenuItem.cc')
-rw-r--r-- | src/IntResMenuItem.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/IntResMenuItem.cc b/src/IntResMenuItem.cc index 292b768..33fa0b8 100644 --- a/src/IntResMenuItem.cc +++ b/src/IntResMenuItem.cc | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: IntResMenuItem.cc,v 1.4 2004/08/31 15:26:38 rathnor Exp $ | 22 | // $Id: IntResMenuItem.cc,v 1.5 2004/10/21 10:40:37 akir Exp $ |
23 | 23 | ||
24 | #include "IntResMenuItem.hh" | 24 | #include "IntResMenuItem.hh" |
25 | #include "PixmapWithMask.hh" | 25 | #include "PixmapWithMask.hh" |
@@ -71,5 +71,5 @@ void IntResMenuItem::click(int button, int time) { | |||
71 | // update label | 71 | // update label |
72 | setLabel(appendIntValue(m_org_label, *m_res).c_str()); | 72 | setLabel(appendIntValue(m_org_label, *m_res).c_str()); |
73 | // call other commands | 73 | // call other commands |
74 | MenuItem::click(button, time); | 74 | FbTk::MenuItem::click(button, time); |
75 | } | 75 | } |