diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-12-13 15:30:47 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-13 15:30:47 -0300 |
commit | cab0cf80f75d890b908c4526c9c83abd1e9017c1 (patch) | |
tree | 6bdcd738f5f9fefa8f28a7d08ada2a2249fa4c05 /src/progs/manaplus | |
parent | b47e02f1e70a1f303bee370110448d92bc0a3684 (diff) | |
download | manaverse-cab0cf80f75d890b908c4526c9c83abd1e9017c1.tar.gz manaverse-cab0cf80f75d890b908c4526c9c83abd1e9017c1.tar.bz2 manaverse-cab0cf80f75d890b908c4526c9c83abd1e9017c1.tar.xz manaverse-cab0cf80f75d890b908c4526c9c83abd1e9017c1.zip |
Initial attempt at mass renaming
Diffstat (limited to 'src/progs/manaplus')
-rw-r--r-- | src/progs/manaplus/actions/actions.cpp | 4 | ||||
-rw-r--r-- | src/progs/manaplus/actions/chat.cpp | 4 | ||||
-rw-r--r-- | src/progs/manaplus/actions/commands.cpp | 4 | ||||
-rw-r--r-- | src/progs/manaplus/actions/move.cpp | 4 | ||||
-rw-r--r-- | src/progs/manaplus/actions/pets.cpp | 4 | ||||
-rw-r--r-- | src/progs/manaplus/actions/statusbar.cpp | 4 | ||||
-rw-r--r-- | src/progs/manaplus/actions/tabs.cpp | 4 | ||||
-rw-r--r-- | src/progs/manaplus/actions/target.cpp | 4 | ||||
-rw-r--r-- | src/progs/manaplus/actions/windows.cpp | 4 | ||||
-rw-r--r-- | src/progs/manaplus/client.cpp | 6 | ||||
-rw-r--r-- | src/progs/manaplus/client.h | 4 | ||||
-rw-r--r-- | src/progs/manaplus/gui/viewport.cpp | 4 | ||||
-rw-r--r-- | src/progs/manaplus/gui/viewport.h | 4 |
13 files changed, 27 insertions, 27 deletions
diff --git a/src/progs/manaplus/actions/actions.cpp b/src/progs/manaplus/actions/actions.cpp index 52eca62d9..1000810d9 100644 --- a/src/progs/manaplus/actions/actions.cpp +++ b/src/progs/manaplus/actions/actions.cpp @@ -1,8 +1,8 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2012-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse Client. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/progs/manaplus/actions/chat.cpp b/src/progs/manaplus/actions/chat.cpp index 22d0656cb..e581130ea 100644 --- a/src/progs/manaplus/actions/chat.cpp +++ b/src/progs/manaplus/actions/chat.cpp @@ -1,8 +1,8 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2012-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse Client. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/progs/manaplus/actions/commands.cpp b/src/progs/manaplus/actions/commands.cpp index 711816eac..8ebc88149 100644 --- a/src/progs/manaplus/actions/commands.cpp +++ b/src/progs/manaplus/actions/commands.cpp @@ -1,8 +1,8 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2012-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse Client. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/progs/manaplus/actions/move.cpp b/src/progs/manaplus/actions/move.cpp index b9e658f81..be93ee96c 100644 --- a/src/progs/manaplus/actions/move.cpp +++ b/src/progs/manaplus/actions/move.cpp @@ -1,8 +1,8 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2012-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse Client. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/progs/manaplus/actions/pets.cpp b/src/progs/manaplus/actions/pets.cpp index fd8c959f8..fd578f552 100644 --- a/src/progs/manaplus/actions/pets.cpp +++ b/src/progs/manaplus/actions/pets.cpp @@ -1,8 +1,8 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2012-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse Client. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/progs/manaplus/actions/statusbar.cpp b/src/progs/manaplus/actions/statusbar.cpp index 50ae32935..6ec361ef8 100644 --- a/src/progs/manaplus/actions/statusbar.cpp +++ b/src/progs/manaplus/actions/statusbar.cpp @@ -1,8 +1,8 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2012-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse Client. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/progs/manaplus/actions/tabs.cpp b/src/progs/manaplus/actions/tabs.cpp index 9a421bfa6..4f37ad452 100644 --- a/src/progs/manaplus/actions/tabs.cpp +++ b/src/progs/manaplus/actions/tabs.cpp @@ -1,8 +1,8 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2012-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse Client. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/progs/manaplus/actions/target.cpp b/src/progs/manaplus/actions/target.cpp index 7760ff746..cd479688c 100644 --- a/src/progs/manaplus/actions/target.cpp +++ b/src/progs/manaplus/actions/target.cpp @@ -1,8 +1,8 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2012-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse Client. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/progs/manaplus/actions/windows.cpp b/src/progs/manaplus/actions/windows.cpp index 2f803923e..21380dae3 100644 --- a/src/progs/manaplus/actions/windows.cpp +++ b/src/progs/manaplus/actions/windows.cpp @@ -1,8 +1,8 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2012-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse Client. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/progs/manaplus/client.cpp b/src/progs/manaplus/client.cpp index d8ba7e1c2..355a91602 100644 --- a/src/progs/manaplus/client.cpp +++ b/src/progs/manaplus/client.cpp @@ -1,10 +1,10 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers * Copyright (C) 2011-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse Client. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -311,7 +311,7 @@ void Client::gameInit() else { settings.logFileName = pathJoin(settings.localDataDir, - "manaplus.log"); + "manaverse.log"); } logger->log("Log file: " + settings.logFileName); logger->setLogFile(settings.logFileName); diff --git a/src/progs/manaplus/client.h b/src/progs/manaplus/client.h index 26152270d..f627d3889 100644 --- a/src/progs/manaplus/client.h +++ b/src/progs/manaplus/client.h @@ -1,10 +1,10 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers * Copyright (C) 2011-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse Client. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/progs/manaplus/gui/viewport.cpp b/src/progs/manaplus/gui/viewport.cpp index 5483b3d0e..47243d47a 100644 --- a/src/progs/manaplus/gui/viewport.cpp +++ b/src/progs/manaplus/gui/viewport.cpp @@ -1,10 +1,10 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers * Copyright (C) 2011-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse Client. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/progs/manaplus/gui/viewport.h b/src/progs/manaplus/gui/viewport.h index ae92c7ccd..e5e27c56f 100644 --- a/src/progs/manaplus/gui/viewport.h +++ b/src/progs/manaplus/gui/viewport.h @@ -1,10 +1,10 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers * Copyright (C) 2011-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse Client. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by |