1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-01 16:39:30 +02:00

Fix Open and Save project.

This commit is contained in:
James Crook 2018-02-27 20:50:06 +00:00
parent ea4968e094
commit e1c30db38c

View File

@ -21,7 +21,7 @@
#include "Command.h"
#include "CommandType.h"
#define OPEN_PROJECT_PLUGIN_SYMBOL XO("Open Project")
#define OPEN_PROJECT_PLUGIN_SYMBOL XO("Open Project2")
class OpenProjectCommand : public AudacityCommand
{
@ -41,7 +41,7 @@ public:
bool bHasAddToHistory;
};
#define SAVE_PROJECT_PLUGIN_SYMBOL XO("Save Project")
#define SAVE_PROJECT_PLUGIN_SYMBOL XO("Save Project2")
class SaveProjectCommand : public AudacityCommand
{