1
1
Этот коммит содержится в:
Pablo Saratxaga 1999-04-13 17:41:48 +00:00
родитель c7869c46b5
Коммит 1b8caceec6
2 изменённых файлов: 2 добавлений и 1 удалений

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

@ -324,7 +324,7 @@ gnome_exit (void)
return;
w = gnome_message_box_new (
N_("The file manager and the desktop handler are now terminating\n\n"
_("The file manager and the desktop handler are now terminating\n\n"
"If you want to start up again the desktop handler or the file manager\n"
"you can launch it from the Panel, or you can run the UNIX command `gmc'\n\n"
"Press OK to terminate the application, or cancel to continue using it."),

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

@ -93,6 +93,7 @@ void free (void *ptr);
#include "gdesktop.h"
#include "gmount.h"
#include "util.h"
#include "i18n.h"
typedef struct {
char *devname;