summaryrefslogtreecommitdiff
path: root/src/gui/buy.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-02-15 22:55:57 +0100
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-02-15 22:55:57 +0100
commit968f06bb452449869532250b5ea722e29cb22991 (patch)
treee398c3b09ba484e65a90938334e76d34e2ad6fb2 /src/gui/buy.cpp
parente4d63db096901c1d67d0feb72d77bc5d0c8ba1b3 (diff)
downloadmana-client-968f06bb452449869532250b5ea722e29cb22991.tar.gz
mana-client-968f06bb452449869532250b5ea722e29cb22991.tar.bz2
mana-client-968f06bb452449869532250b5ea722e29cb22991.tar.xz
mana-client-968f06bb452449869532250b5ea722e29cb22991.zip
Don't make window name translatable
The window name is used in the configuration file, in contrast to the window title.
Diffstat (limited to 'src/gui/buy.cpp')
-rw-r--r--src/gui/buy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/buy.cpp b/src/gui/buy.cpp
index 23bf89f5..27f738c7 100644
--- a/src/gui/buy.cpp
+++ b/src/gui/buy.cpp
@@ -43,7 +43,7 @@ BuyDialog::BuyDialog(Network *network):
Window(_("Buy")), mNetwork(network),
mMoney(0), mAmountItems(0), mMaxItems(0)
{
- setWindowName(_("Buy"));
+ setWindowName("Buy");
setResizable(true);
setMinWidth(260);
setMinHeight(230);