1
1

1999-03-29 Jonathan Blandford <jrb@redhat.com>

* gdesktop.c (create_desktop_dir): improved wording.
	(create_desktop_dir): improved wording.
Этот коммит содержится в:
Jonathan Blandford 1999-03-29 21:45:59 +00:00
родитель fd6f1c817b
Коммит 05e0754f46
4 изменённых файлов: 14 добавлений и 12 удалений

Просмотреть файл

@ -1,3 +1,8 @@
1999-03-29 Jonathan Blandford <jrb@redhat.com>
* gdesktop.c (create_desktop_dir): improved wording.
(create_desktop_dir): improved wording.
1999-03-26 Federico Mena Quintero <federico@nuclecu.unam.mx>
* mc.keys.in: Now that the menu code uses the full filename, we do

Просмотреть файл

@ -2066,7 +2066,7 @@ create_desktop_dir (void)
message (FALSE,
_("Warning"),
_("Could not symlink %s to %s; "
"will not have initial desktop icons."),
"will not have initial home desktop icon."),
gnome_user_home_dir, home_link_name);
}
g_free (home_link_name);

Просмотреть файл

@ -1,3 +1,7 @@
1999-03-29 Jonathan Blandford <jrb@redhat.com>
* main.c (main): updated message.
Sun Mar 28 23:52:08 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
* util.c (is_printable): Character 155 is non printable even when

Просмотреть файл

@ -3070,17 +3070,10 @@ int main (int argc, char *argv [])
if (geteuid () == 0) {
GtkWidget *warning_dlg;
warning_dlg = gnome_message_box_new (_("You are running the GNOME Midnight Commander as root. \n\n"
"You will not be protected from severly damaging your system\n"
"if you continue."),
GNOME_MESSAGE_BOX_WARNING,
_("Continue"), GNOME_STOCK_BUTTON_CANCEL, NULL);
if (gnome_dialog_run (GNOME_DIALOG (warning_dlg)) != 0) {
GnomeClient *client = NULL;
client = gnome_master_client ();
gnome_client_set_restart_style (client, GNOME_RESTART_NEVER);
exit (0);
}
"You will not be protected from severly damaging your system.")
GNOME_MESSAGE_BOX_WARNING,
GNOME_STOCK_BUTTON_OK, NULL);
gnome_dialog_run (GNOME_DIALOG (warning_dlg));
}
#endif
if (show_change_notice){