mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-11-15 14:32:55 -05:00
fix: Fixed typo in the use of the project name
This commit is contained in:
@ -80,7 +80,7 @@ public:
|
||||
ProjectPanelFactory()
|
||||
{
|
||||
setPriority(1000);
|
||||
setDisplayName(Tr::tr("Qode Assist"));
|
||||
setDisplayName(Tr::tr("QodeAssist"));
|
||||
setCreateWidgetFunction(&createProjectPanel);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user