1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 12:28:22 +01:00

WPrefs: make a text string translatable

The WPrefs miniwindow shows a shorter title that could be translated.
This commit is contained in:
Alwin
2014-12-22 19:13:53 +01:00
committed by Carlos R. Mafra
parent 1dc7dc4309
commit e3769a0b09

View File

@@ -213,7 +213,7 @@ static void createMainWindow(WMScreen * scr)
WMSetWindowCloseAction(WPrefs.win, quit, NULL);
WMSetWindowMaxSize(WPrefs.win, 520, 390);
WMSetWindowMinSize(WPrefs.win, 520, 390);
WMSetWindowMiniwindowTitle(WPrefs.win, "Preferences");
WMSetWindowMiniwindowTitle(WPrefs.win, _("Preferences"));
WPrefs.scrollV = WMCreateScrollView(WPrefs.win);
WMResizeWidget(WPrefs.scrollV, 500, 87);