demos/gtk-demo/stock_browser.c (id_to_macro): make the uppercasing work. (#59550)
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
Fri Sep 14 22:26:01 2001 Matthias Clasen <matthiasc@poet.de>
|
||||
|
||||
* demos/gtk-demo/stock_browser.c (id_to_macro): make
|
||||
the uppercasing work. (#59550)
|
||||
|
||||
2001-09-14 Jakub Steiner <jimmac@ximian.com>
|
||||
|
||||
* gtk/stock-icons/dialog_error.png:
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
Fri Sep 14 22:26:01 2001 Matthias Clasen <matthiasc@poet.de>
|
||||
|
||||
* demos/gtk-demo/stock_browser.c (id_to_macro): make
|
||||
the uppercasing work. (#59550)
|
||||
|
||||
2001-09-14 Jakub Steiner <jimmac@ximian.com>
|
||||
|
||||
* gtk/stock-icons/dialog_error.png:
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
Fri Sep 14 22:26:01 2001 Matthias Clasen <matthiasc@poet.de>
|
||||
|
||||
* demos/gtk-demo/stock_browser.c (id_to_macro): make
|
||||
the uppercasing work. (#59550)
|
||||
|
||||
2001-09-14 Jakub Steiner <jimmac@ximian.com>
|
||||
|
||||
* gtk/stock-icons/dialog_error.png:
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
Fri Sep 14 22:26:01 2001 Matthias Clasen <matthiasc@poet.de>
|
||||
|
||||
* demos/gtk-demo/stock_browser.c (id_to_macro): make
|
||||
the uppercasing work. (#59550)
|
||||
|
||||
2001-09-14 Jakub Steiner <jimmac@ximian.com>
|
||||
|
||||
* gtk/stock-icons/dialog_error.png:
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
Fri Sep 14 22:26:01 2001 Matthias Clasen <matthiasc@poet.de>
|
||||
|
||||
* demos/gtk-demo/stock_browser.c (id_to_macro): make
|
||||
the uppercasing work. (#59550)
|
||||
|
||||
2001-09-14 Jakub Steiner <jimmac@ximian.com>
|
||||
|
||||
* gtk/stock-icons/dialog_error.png:
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
Fri Sep 14 22:26:01 2001 Matthias Clasen <matthiasc@poet.de>
|
||||
|
||||
* demos/gtk-demo/stock_browser.c (id_to_macro): make
|
||||
the uppercasing work. (#59550)
|
||||
|
||||
2001-09-14 Jakub Steiner <jimmac@ximian.com>
|
||||
|
||||
* gtk/stock-icons/dialog_error.png:
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
Fri Sep 14 22:26:01 2001 Matthias Clasen <matthiasc@poet.de>
|
||||
|
||||
* demos/gtk-demo/stock_browser.c (id_to_macro): make
|
||||
the uppercasing work. (#59550)
|
||||
|
||||
2001-09-14 Jakub Steiner <jimmac@ximian.com>
|
||||
|
||||
* gtk/stock-icons/dialog_error.png:
|
||||
|
||||
@@ -115,13 +115,12 @@ id_to_macro (const gchar *id)
|
||||
p = macro->str;
|
||||
while (*p)
|
||||
{
|
||||
*p = g_ascii_toupper (*p);
|
||||
if (*p == '-')
|
||||
*p = '_';
|
||||
++p;
|
||||
}
|
||||
|
||||
g_ascii_strup (macro->str);
|
||||
|
||||
return g_string_free (macro, FALSE);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user