summaryrefslogtreecommitdiff
path: root/display.h
diff options
context:
space:
mode:
authorlordjaxom <lordjaxom>2004-12-09 14:27:06 +0000
committerlordjaxom <lordjaxom>2004-12-09 14:27:06 +0000
commite4c359b5c303cecfc49fb82799805da9fee8dadb (patch)
treeca09dced5d5794edac92e64c54b04a07a4a4c4ea /display.h
parent5382d18d05d358bb1c313c642395e835aa44a6a0 (diff)
downloadvdr-plugin-text2skin-1.0-pre2.tar.gz
vdr-plugin-text2skin-1.0-pre2.tar.bz2
1.0-pre2v1.0-pre2
Diffstat (limited to 'display.h')
-rw-r--r--display.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/display.h b/display.h
index 5e3df0b..f205c8a 100644
--- a/display.h
+++ b/display.h
@@ -138,7 +138,7 @@ protected:
virtual cxType GetTokenData(const txToken &Token);
virtual int GetTab(int n) { return cSkinDisplayMenu::Tab(n); }
virtual bool HasTabText(int Index, int n);
- virtual void SetEditableWidth(int Width) { printf("seteditablewidth: %d\n", Width); cSkinDisplayMenu::SetEditableWidth(Width); }
+ virtual void SetEditableWidth(int Width) { cSkinDisplayMenu::SetEditableWidth(Width); }
public:
cText2SkinDisplayMenu(cText2SkinLoader *Loader);