[gtk: 3/4] Use the correct macro
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk: 3/4] Use the correct macro
- Date: Mon, 26 Sep 2022 14:41:30 +0000 (UTC)
commit 4ab9592924d056281e0a293fdc88b8892d8c69dc
Author: Lukáš Tyrychtr <lukastyrychtr gmail com>
Date: Mon Apr 25 14:21:40 2022 +0200
Use the correct macro
gtk/gtkstacksidebar.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gtk/gtkstacksidebar.c b/gtk/gtkstacksidebar.c
index e65e1ca7c5..9d73e9c270 100644
--- a/gtk/gtkstacksidebar.c
+++ b/gtk/gtkstacksidebar.c
@@ -152,7 +152,7 @@ gtk_stack_sidebar_init (GtkStackSidebar *self)
gtk_widget_add_css_class (GTK_WIDGET (self->list), "navigation-sidebar");
gtk_accessible_update_property (GTK_ACCESSIBLE (self->list),
GTK_ACCESSIBLE_PROPERTY_LABEL,
- NC_("accessibility", "Sidebar"),
+ C_("accessibility", "Sidebar"),
-1);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]