Updated needed files to reflect the latest renaming

This commit is contained in:
Sanel Zukan 2009-02-26 11:34:15 +00:00
parent 590bf31032
commit 555433bfeb
3 changed files with 6 additions and 6 deletions

View File

@ -25,7 +25,7 @@ SubInclude TOP ede-desktop ;
SubInclude TOP ede-desktop-conf ; SubInclude TOP ede-desktop-conf ;
SubInclude TOP ede-screensaver-conf ; SubInclude TOP ede-screensaver-conf ;
SubInclude TOP ede-help ; SubInclude TOP ede-help ;
SubInclude TOP eimage ; SubInclude TOP ede-image-view ;
SubInclude TOP elma ; SubInclude TOP elma ;
SubInclude TOP ede-launch ; SubInclude TOP ede-launch ;
SubInclude TOP emountd ; SubInclude TOP emountd ;

View File

@ -8,7 +8,7 @@
# GNU General Public License version 2 or newer. # GNU General Public License version 2 or newer.
# See COPYING for details. # See COPYING for details.
SubDir TOP eimage ; SubDir TOP ede-image-view ;
FltkProgram eimage : eimage.cpp ; FltkProgram ede-image-view : ede-image-view.cpp ;
TranslationStrings locale : eimage.cpp ; TranslationStrings locale : ede-image-view.cpp ;

View File

@ -1,7 +1,7 @@
/* /*
* $Id$ * $Id$
* *
* EImage - EDE Image Viewer * ede-image-view, EDE image viewer
* Part of Equinox Desktop Environment (EDE). * Part of Equinox Desktop Environment (EDE).
* Copyright (c) 2006-2007 EDE Authors. * Copyright (c) 2006-2007 EDE Authors.
* *
@ -373,7 +373,7 @@ int main (int argc, char **argv) {
else { else {
if (strcmp(argv[unknown],"--help")==0) { if (strcmp(argv[unknown],"--help")==0) {
printf(_("EImage - EDE Image Viewer\nPart of Equinox Desktop Environment (EDE).\nCopyright (c) 2000-2007 EDE Authors.\n\nThis program is licenced under terms of the\nGNU General Public Licence version 2 or newer.\nSee COPYING for details.\n\n")); printf(_("EImage - EDE Image Viewer\nPart of Equinox Desktop Environment (EDE).\nCopyright (c) 2000-2007 EDE Authors.\n\nThis program is licenced under terms of the\nGNU General Public Licence version 2 or newer.\nSee COPYING for details.\n\n"));
printf(_("Usage:\n\teimage [OPTIONS] [IMAGE_FILE]\n\n")); printf(_("Usage: ede-image-view [OPTIONS] [IMAGE_FILE]\n\n"));
printf(_("Available options:\n%s\n"),Fl::help); printf(_("Available options:\n%s\n"),Fl::help);
return 1; return 1;
} }