RosaLinux Bugzilla – Attachment 3710 Details for
Bug 4884
parcellite options bad localization
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
parcellite-1.1.9-fix_translate_string.patch
parcellite-1.1.9-fix_translate_string.patch (text/plain), 787 bytes, created by
VictorR2007
on 2015-02-01 12:49:12 MSK
(
hide
)
Description:
parcellite-1.1.9-fix_translate_string.patch
Filename:
MIME Type:
Creator:
VictorR2007
Created:
2015-02-01 12:49:12 MSK
Size:
787 bytes
patch
obsolete
>diff -urN parcellite-1.1.9/src/preferences.c parcellite-1.1.9-patched/src/preferences.c >--- parcellite-1.1.9/src/preferences.c 2014-10-01 18:43:05.000000000 +0400 >+++ parcellite-1.1.9-patched/src/preferences.c 2015-02-01 11:17:00.778555741 +0300 >@@ -1013,7 +1013,7 @@ > myprefs[i].w= gtk_frame_new(NULL); > gtk_frame_set_shadow_type((GtkFrame*) myprefs[i].w, GTK_SHADOW_NONE); > label = gtk_label_new(NULL); /**<b>myprefs[i].desc */ >- gtk_label_set_markup((GtkLabel*)label, myprefs[i].desc); >+ gtk_label_set_markup((GtkLabel*)label, _(myprefs[i].desc)); > gtk_frame_set_label_widget((GtkFrame*) myprefs[i].w, label); > alignment = gtk_alignment_new(0.50, 0.50, 1.0, 1.0); > gtk_alignment_set_padding((GtkAlignment*)alignment, 12, 0, 12, 0);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 4884
:
3618
|
3657
|
3658
|
3685
|
3709
| 3710 |
3711