Searched defs:shortcutString (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dverbs.cpp706 gchar* shortcutString = sp_shortcut_get_label(shortcut); local
707 if (shortcutString) {
708 _full_tip = g_strdup_printf("%s (%s)", _(_tip), shortcutString);
709 g_free(shortcutString);
710 shortcutString = 0;

Completed in 17 milliseconds