From 7f2dc6af10c299075387336f5b115625294151b2 Mon Sep 17 00:00:00 2001 From: zecke Date: Wed, 23 Oct 2002 21:37:35 +0000 Subject: the argv[0]="embedk" did not work the way i wanted --- (limited to 'noncore/apps') diff --git a/noncore/apps/opie-console/main.cpp b/noncore/apps/opie-console/main.cpp index 7f9f038..3b4321a 100644 --- a/noncore/apps/opie-console/main.cpp +++ b/noncore/apps/opie-console/main.cpp @@ -91,7 +91,7 @@ void FixIt::fixIt() { int main(int argc, char **argv) { - argv[0]="embeddedkonsole"; +// too bad this gives us trouble the taskbar... argv[0]="embeddedkonsole"; QPEApplication app( argc, argv ); #ifdef FSCKED_DISTRIBUTION -- cgit v0.9.0.2