mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-02 17:09:26 +02:00
Fix Open and Save project.
This commit is contained in:
parent
ea4968e094
commit
e1c30db38c
@ -21,7 +21,7 @@
|
|||||||
#include "Command.h"
|
#include "Command.h"
|
||||||
#include "CommandType.h"
|
#include "CommandType.h"
|
||||||
|
|
||||||
#define OPEN_PROJECT_PLUGIN_SYMBOL XO("Open Project")
|
#define OPEN_PROJECT_PLUGIN_SYMBOL XO("Open Project2")
|
||||||
|
|
||||||
class OpenProjectCommand : public AudacityCommand
|
class OpenProjectCommand : public AudacityCommand
|
||||||
{
|
{
|
||||||
@ -41,7 +41,7 @@ public:
|
|||||||
bool bHasAddToHistory;
|
bool bHasAddToHistory;
|
||||||
};
|
};
|
||||||
|
|
||||||
#define SAVE_PROJECT_PLUGIN_SYMBOL XO("Save Project")
|
#define SAVE_PROJECT_PLUGIN_SYMBOL XO("Save Project2")
|
||||||
|
|
||||||
class SaveProjectCommand : public AudacityCommand
|
class SaveProjectCommand : public AudacityCommand
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user