More icons converted

This commit is contained in:
Matthias Koefferlein
2022-09-17 02:06:24 +02:00
parent 85af2d35e8
commit 188ae060be
11 changed files with 201 additions and 4 deletions
+2 -2
View File
@@ -5390,8 +5390,8 @@ unsigned int
LayoutViewBase::intrinsic_mouse_modes (std::vector<std::string> *descriptions)
{
if (descriptions) {
descriptions->push_back ("select\t" + tl::to_string (tr ("Select")) + "<:select.png>");
descriptions->push_back ("move\t" + tl::to_string (tr ("Move")) + "<:move.png>");
descriptions->push_back ("select\t" + tl::to_string (tr ("Select")) + "<:select_24px.png>");
descriptions->push_back ("move\t" + tl::to_string (tr ("Move")) + "<:move_24px.png>");
}
return 2;
}