diff options
author | lordjaxom <lordjaxom> | 2004-12-09 14:27:06 +0000 |
---|---|---|
committer | lordjaxom <lordjaxom> | 2004-12-09 14:27:06 +0000 |
commit | e4c359b5c303cecfc49fb82799805da9fee8dadb (patch) | |
tree | ca09dced5d5794edac92e64c54b04a07a4a4c4ea /display.h | |
parent | 5382d18d05d358bb1c313c642395e835aa44a6a0 (diff) | |
download | vdr-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |