mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
1999-10-06 David Martin <dmartina@usa.net>
* po/POTFILES.in: added gdeskdop-init.c * po/es.po, es_ES.po: updated 1999-10-06 Norbert Warmuth <nwarmuth@privat.circular.de> * gnome/gmain.c, gmain.h: removed disable_root_warning. This variable wasn't defined anywhere.
This commit is contained in:
parent
dc86752ecc
commit
f072b5cda1
@ -1,3 +1,8 @@
|
|||||||
|
1999-10-06 Norbert Warmuth <nwarmuth@privat.circular.de>
|
||||||
|
|
||||||
|
* gmain.c, gmain.h: removed disable_root_warning. This variable
|
||||||
|
wasn't defined anywhere.
|
||||||
|
|
||||||
1999-09-30 Vincent Renardias <vincent@ldsol.com>
|
1999-09-30 Vincent Renardias <vincent@ldsol.com>
|
||||||
|
|
||||||
* gmain.c, gmain.h: add a '--disablerootwarning' flag which
|
* gmain.c, gmain.h: add a '--disablerootwarning' flag which
|
||||||
|
@ -550,9 +550,6 @@ gnome_check_super_user (void)
|
|||||||
if (geteuid () != 0)
|
if (geteuid () != 0)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (disable_root_warning)
|
|
||||||
return;
|
|
||||||
|
|
||||||
warning_dlg = gnome_message_box_new (
|
warning_dlg = gnome_message_box_new (
|
||||||
_("You are running the GNOME File Manager as root.\n\n"
|
_("You are running the GNOME File Manager as root.\n\n"
|
||||||
"As root, you can damage your system if you are not careful, and the "
|
"As root, you can damage your system if you are not careful, and the "
|
||||||
|
@ -10,7 +10,6 @@ void xtoolkit_end (void);
|
|||||||
|
|
||||||
extern Dlg_head *desktop_dlg;
|
extern Dlg_head *desktop_dlg;
|
||||||
extern int nowindows;
|
extern int nowindows;
|
||||||
extern int disable_root_warning;
|
|
||||||
extern int corba_have_server;
|
extern int corba_have_server;
|
||||||
|
|
||||||
/* Required by the standard code */
|
/* Required by the standard code */
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
1999-10-06 David Martin <dmartina@usa.net>
|
||||||
|
|
||||||
|
* POTFILES.in: added gdeskdop-init.c
|
||||||
|
|
||||||
|
* es.po, es_ES.po: updated
|
||||||
|
|
||||||
1999-10-05 Sergey Panov <sipan@mit.edu>
|
1999-10-05 Sergey Panov <sipan@mit.edu>
|
||||||
|
|
||||||
* ru.po: Updated Russian translation
|
* ru.po: Updated Russian translation
|
||||||
|
@ -4,6 +4,7 @@ gnome/gcmd.c
|
|||||||
gnome/gcustom-layout.c
|
gnome/gcustom-layout.c
|
||||||
gnome/gdesktop.c
|
gnome/gdesktop.c
|
||||||
gnome/gdesktop-prefs.c
|
gnome/gdesktop-prefs.c
|
||||||
|
gnome/gdesktop-init.c
|
||||||
gnome/gdialogs.c
|
gnome/gdialogs.c
|
||||||
gnome/gdnd.c
|
gnome/gdnd.c
|
||||||
gnome/gicon.c
|
gnome/gicon.c
|
||||||
|
1123
po/es_ES.po
1123
po/es_ES.po
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user