summaryrefslogtreecommitdiff
path: root/src/analysis/project.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/analysis/project.h')
-rw-r--r--src/analysis/project.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/analysis/project.h b/src/analysis/project.h
index 7ae3c03..34dd976 100644
--- a/src/analysis/project.h
+++ b/src/analysis/project.h
@@ -143,7 +143,7 @@ GStudyProject *_get_current_study_project(GStudyProject *);
#define get_current_project() _get_current_study_project(NULL)
/* Fournit le gestionnaire des projets connus. */
-GtkRecentManager *get_projects_manager(void);
+GtkRecentManager *get_project_manager(void);
/* Place un projet au sommet de la pile des projets récents. */
void push_project_into_recent_list(const GStudyProject *);