diff options
author | Philipp Sehmisch <crush@themanaworld.org> | 2009-02-22 17:56:32 +0100 |
---|---|---|
committer | Philipp Sehmisch <crush@themanaworld.org> | 2009-02-22 17:56:32 +0100 |
commit | 6250168c410843cce560197b1ae440d1c2a0ba32 (patch) | |
tree | 2f28bc09adea54d37c6b3342b9039ba841d7eada /src/gui/gui.cpp | |
parent | 68340bb2222890407b03e2dd7868c0e13a13a156 (diff) | |
download | mana-6250168c410843cce560197b1ae440d1c2a0ba32.tar.gz mana-6250168c410843cce560197b1ae440d1c2a0ba32.tar.bz2 mana-6250168c410843cce560197b1ae440d1c2a0ba32.tar.xz mana-6250168c410843cce560197b1ae440d1c2a0ba32.zip |
Renamed InfoParicleFont to InfoParticleFont (typo?)
Diffstat (limited to 'src/gui/gui.cpp')
-rw-r--r-- | src/gui/gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp index 431e4d2d..26192e26 100644 --- a/src/gui/gui.cpp +++ b/src/gui/gui.cpp @@ -112,7 +112,7 @@ Gui::Gui(Graphics *graphics): { const int fontSize = (int)config.getValue("fontSize", 11); mGuiFont = new TrueTypeFont(path, fontSize); - mInfoParicleFont = new TrueTypeFont(path, fontSize, 1); + mInfoParticleFont = new TrueTypeFont(path, fontSize, 1); } catch (gcn::Exception e) { |