author | kergoth <kergoth> | 2002-10-28 20:23:25 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-10-28 20:23:25 (UTC) |
commit | 052303d29fe4a7b16858398f79f667e57ae569c9 (patch) (side-by-side diff) | |
tree | 0b9200a1f1ed8c47f6419d8bbec8320404b7eacc | |
parent | 3ba494eb02e72e1f9a732c46ec8085e843f01eca (diff) | |
download | opie-052303d29fe4a7b16858398f79f667e57ae569c9.zip opie-052303d29fe4a7b16858398f79f667e57ae569c9.tar.gz opie-052303d29fe4a7b16858398f79f667e57ae569c9.tar.bz2 |
Typo fix, Pgks->Pkgs
-rw-r--r-- | noncore/settings/aqpkg/datamgr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/settings/aqpkg/datamgr.h b/noncore/settings/aqpkg/datamgr.h index ab153ba..eb802b5 100644 --- a/noncore/settings/aqpkg/datamgr.h +++ b/noncore/settings/aqpkg/datamgr.h @@ -11,33 +11,33 @@ * 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 * * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * ***************************************************************************/ #ifndef DATAMGR_H #define DATAMGR_H #include <map> using namespace std; #include "server.h" #include "destination.h" -#define LOCAL_SERVER "Installed Pgks" +#define LOCAL_SERVER "Installed Pkgs" #define LOCAL_IPKGS "local IPKG" /** *@author Andy Qua */ class DataManager { public: DataManager(); ~DataManager(); void setActiveServer( const QString &act ) { activeServer = act; } QString &getActiveServer( ) { return activeServer; } |