aboutsummaryrefslogtreecommitdiff
path: root/gui/message.h
diff options
context:
space:
mode:
authorMax Horn2005-05-15 17:01:32 +0000
committerMax Horn2005-05-15 17:01:32 +0000
commit2d40452a119fd9a0ed4b482b92c9c8df5978c917 (patch)
tree963f62ef44d7125121e01ae2897966674c33cf0d /gui/message.h
parent1043554591d8208fc1b1cb504086216ae2aa3799 (diff)
downloadscummvm-rg350-2d40452a119fd9a0ed4b482b92c9c8df5978c917.tar.gz
scummvm-rg350-2d40452a119fd9a0ed4b482b92c9c8df5978c917.tar.bz2
scummvm-rg350-2d40452a119fd9a0ed4b482b92c9c8df5978c917.zip
Unified rules that determine when a dialog shall use its 'big' mode and when its 'normal' mode; MessageDialog uses Font::wordWrapText now; MessageDialog scales itself now
svn-id: r18111
Diffstat (limited to 'gui/message.h')
-rw-r--r--gui/message.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/message.h b/gui/message.h
index e80c53422b..7cce5d5bb9 100644
--- a/gui/message.h
+++ b/gui/message.h
@@ -41,8 +41,8 @@ public:
void handleCommand(CommandSender *sender, uint32 cmd, uint32 data);
-protected:
- int addLine(Common::StringList &lines, const char *line, int size);
+ // disable scaling
+ bool wantsScaling() const { return false; }
};
/**