diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-04-27 23:43:24 +0200 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-04-29 19:45:53 +0200 |
commit | 3cca6548aefcfe0751ab7b4d70ac71ace486e12e (patch) | |
tree | d4cc812676bc6f31ed5f1da6fd99fe0410abf9cd /src/gui/npclistdialog.cpp | |
parent | 9c99cee38effd341889267c8cda6c964af561aa1 (diff) | |
download | mana-3cca6548aefcfe0751ab7b4d70ac71ace486e12e.tar.gz mana-3cca6548aefcfe0751ab7b4d70ac71ace486e12e.tar.bz2 mana-3cca6548aefcfe0751ab7b4d70ac71ace486e12e.tar.xz mana-3cca6548aefcfe0751ab7b4d70ac71ace486e12e.zip |
Removed underscores from some non-conforming filenames
We don't use underscores in the filenames generally, and let's be
consistent on that matter.
Diffstat (limited to 'src/gui/npclistdialog.cpp')
-rw-r--r-- | src/gui/npclistdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/npclistdialog.cpp b/src/gui/npclistdialog.cpp index 97f9fdb7..65e4263e 100644 --- a/src/gui/npclistdialog.cpp +++ b/src/gui/npclistdialog.cpp @@ -21,7 +21,7 @@ #include "gui/npclistdialog.h" -#include "gui/npc_text.h" +#include "gui/npctextdialog.h" #include "gui/widgets/button.h" #include "gui/widgets/layout.h" |