1999-03-29 Jonathan Blandford <jrb@redhat.com>
* gdesktop.c (create_desktop_dir): improved wording. (create_desktop_dir): improved wording.
Этот коммит содержится в:
родитель
fd6f1c817b
Коммит
05e0754f46
@ -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>
|
1999-03-26 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
||||||
|
|
||||||
* mc.keys.in: Now that the menu code uses the full filename, we do
|
* mc.keys.in: Now that the menu code uses the full filename, we do
|
||||||
|
@ -2066,7 +2066,7 @@ create_desktop_dir (void)
|
|||||||
message (FALSE,
|
message (FALSE,
|
||||||
_("Warning"),
|
_("Warning"),
|
||||||
_("Could not symlink %s to %s; "
|
_("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);
|
gnome_user_home_dir, home_link_name);
|
||||||
}
|
}
|
||||||
g_free (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>
|
Sun Mar 28 23:52:08 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
|
||||||
|
|
||||||
* util.c (is_printable): Character 155 is non printable even when
|
* util.c (is_printable): Character 155 is non printable even when
|
||||||
|
15
src/main.c
15
src/main.c
@ -3070,17 +3070,10 @@ int main (int argc, char *argv [])
|
|||||||
if (geteuid () == 0) {
|
if (geteuid () == 0) {
|
||||||
GtkWidget *warning_dlg;
|
GtkWidget *warning_dlg;
|
||||||
warning_dlg = gnome_message_box_new (_("You are running the GNOME Midnight Commander as root. \n\n"
|
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"
|
"You will not be protected from severly damaging your system.")
|
||||||
"if you continue."),
|
GNOME_MESSAGE_BOX_WARNING,
|
||||||
GNOME_MESSAGE_BOX_WARNING,
|
GNOME_STOCK_BUTTON_OK, NULL);
|
||||||
_("Continue"), GNOME_STOCK_BUTTON_CANCEL, NULL);
|
gnome_dialog_run (GNOME_DIALOG (warning_dlg));
|
||||||
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);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
if (show_change_notice){
|
if (show_change_notice){
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user