Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
GIMP
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2,644
Issues
2,644
List
Boards
Labels
Service Desk
Milestones
Merge Requests
36
Merge Requests
36
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
GIMP
Commits
e6405d2a
Commit
e6405d2a
authored
Oct 05, 2005
by
Sven Neumann
Committed by
Sven Neumann
Oct 05, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed string.
2005-10-05 Sven Neumann <sven@gimp.org> * app/dialogs/quit-dialog.c: fixed string.
parent
d4d69df6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
ChangeLog
ChangeLog
+4
-0
app/dialogs/quit-dialog.c
app/dialogs/quit-dialog.c
+2
-1
No files found.
ChangeLog
View file @
e6405d2a
2005-10-05 Sven Neumann <sven@gimp.org>
* app/dialogs/quit-dialog.c: fixed string.
2005-10-05 Sven Neumann <sven@gimp.org>
* libgimp/gimpaspectpreview.c
...
...
app/dialogs/quit-dialog.c
View file @
e6405d2a
...
...
@@ -45,6 +45,7 @@
#include "gimp-intl.h"
static
GtkWidget
*
quit_close_all_dialog_new
(
Gimp
*
gimp
,
gboolean
do_quit
);
static
void
quit_close_all_dialog_response
(
GtkWidget
*
dialog
,
...
...
@@ -159,7 +160,7 @@ quit_close_all_dialog_new (Gimp *gimp,
label
=
gtk_label_new
(
_
(
"If you quit GIMP now, "
"these changes will be lost."
));
else
label
=
gtk_label_new
(
_
(
"If
close these fil
es now, "
label
=
gtk_label_new
(
_
(
"If
you close these imag
es now, "
"changes will be lost."
));
gtk_misc_set_alignment
(
GTK_MISC
(
label
),
0
.
0
,
0
.
5
);
gtk_label_set_line_wrap
(
GTK_LABEL
(
label
),
TRUE
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment