Renamed "Font Encoding" to "Text Encoding" as it really has nothing to
do with the font. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25888 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -203,7 +203,7 @@ TermWindow::_SetupMenu()
|
||||
fWindowSizeMenu = new BMenu("Window Size");
|
||||
_BuildWindowSizeMenu(fWindowSizeMenu);
|
||||
|
||||
fEncodingmenu = new BMenu("Font Encoding");
|
||||
fEncodingmenu = new BMenu("Text Encoding");
|
||||
fEncodingmenu->SetRadioMode(true);
|
||||
MakeEncodingMenu(fEncodingmenu, true);
|
||||
fHelpmenu->AddItem(fWindowSizeMenu);
|
||||
|
||||
Reference in New Issue
Block a user