diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-17 00:53:51 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-17 00:53:51 +0000 |
commit | 3e1403d3cb683cfb164e3cbd1fb39e86871b9e08 (patch) | |
tree | cd80b3cb091c4e95c818b2591932bdd79a8a1c4f /src/Makefile.am | |
parent | f026360b3015ecefd8c1a200b2f3abe02fc8dd66 (diff) | |
download | mana-3e1403d3cb683cfb164e3cbd1fb39e86871b9e08.tar.gz mana-3e1403d3cb683cfb164e3cbd1fb39e86871b9e08.tar.bz2 mana-3e1403d3cb683cfb164e3cbd1fb39e86871b9e08.tar.xz mana-3e1403d3cb683cfb164e3cbd1fb39e86871b9e08.zip |
Focus that chat input field so that there is no need to click it.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index e06105a8..8da35977 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -bin_PROGRAMS = tmw +bin_PROGRAMS = ../tmw tmw_SOURCES = sound/sound.cpp \ graphic/2xsai.cpp \ graphic/graphic.cpp \ @@ -10,8 +10,8 @@ tmw_SOURCES = sound/sound.cpp \ gui/setup.cpp \ gui/gui.cpp \ gui/login.cpp \ - gui/button.cpp \ - gui/checkbox.cpp \ + gui/button.cpp \ + gui/checkbox.cpp \ gui/char_server.cpp \ gui/char_select.cpp \ gui/inventory.cpp \ |