]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/setup/main.c
setup: Remove version number from window titles
[ipfire-2.x.git] / src / setup / main.c
index 3d47f58f4636634c7259670dd0632d1636baa91a..3555b2e4d248119deef60036046471e9aa70295f 100644 (file)
@@ -104,7 +104,7 @@ int main(int argc, char *argv[])
                title[strlen(title) - 1] = '\0';
            fclose (f_title);
        } else {
-           sprintf (title, "%s %s - %s", NAME, VERSION, SLOGAN);
+           sprintf (title, "%s - %s", NAME, SLOGAN);
        }
        newtDrawRootText(14, 0, title);
        newtPushHelpLine(_("              <Tab>/<Alt-Tab> between elements   |  <Space> selects"));             
@@ -187,7 +187,7 @@ int main(int argc, char *argv[])
 EXIT:
        if (automode != 0)
        {
-               sprintf (title, "%s %s - %s", NAME, VERSION, SLOGAN);
+               sprintf (title, "%s - %s", NAME, SLOGAN);
                if (autook)
                        newtWinMessage(title, _("OK"), _("Setup is complete."));
                else {