diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-01-08 20:38:41 +0100 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-01-08 15:13:57 -0700 |
commit | 3f8387402ee7b528026450232cb457c8ae1cf4e2 (patch) | |
tree | 116b90cd11dd3c7c4b61259ae12418e0e4bb424f /po/Makevars | |
parent | 6c20e3e7dc031955d30d0edd313254976c36f0d4 (diff) | |
download | mana-3f8387402ee7b528026450232cb457c8ae1cf4e2.tar.gz mana-3f8387402ee7b528026450232cb457c8ae1cf4e2.tar.bz2 mana-3f8387402ee7b528026450232cb457c8ae1cf4e2.tar.xz mana-3f8387402ee7b528026450232cb457c8ae1cf4e2.zip |
Removed the unused Box, VBox and HBox classes
They were once meant for doing layout, but never used and the way
they're implemented they would be relayouting with every draw, which
isn't really nice.
Diffstat (limited to 'po/Makevars')
-rw-r--r-- | po/Makevars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makevars b/po/Makevars index 76e72f50..73f2a51b 100644 --- a/po/Makevars +++ b/po/Makevars @@ -1,7 +1,7 @@ # Makefile variables for PO directory in any package using GNU gettext. # Usually the message domain is the same as the package name. -DOMAIN = tmw +DOMAIN = aethyra # These two variables depend on the location of this directory. subdir = po |