rename pluma to Pluma

This commit is contained in:
Stefano Karapetsas 2012-05-19 22:22:57 +02:00
parent abcdc86ee6
commit 2afb124045
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[Desktop Entry] [Desktop Entry]
_Name=pluma _Name=Pluma
_GenericName=Text Editor _GenericName=Text Editor
_Comment=Edit text files _Comment=Edit text files
Exec=pluma %U Exec=pluma %U
@ -12,7 +12,7 @@ Categories=MATE;GTK;Utility;TextEditor;
X-MATE-DocPath=pluma/pluma.xml X-MATE-DocPath=pluma/pluma.xml
_X-MATE-FullName=pluma Text Editor _X-MATE-FullName=pluma Text Editor
X-MATE-Bugzilla-Bugzilla=MATE X-MATE-Bugzilla-Bugzilla=MATE
X-MATE-Bugzilla-Product=pluma X-MATE-Bugzilla-Product=Pluma
X-MATE-Bugzilla-Component=general X-MATE-Bugzilla-Component=general
X-MATE-Bugzilla-Version=@VERSION@ X-MATE-Bugzilla-Version=@VERSION@
X-MATE-Bugzilla-ExtraInfoScript=@FULL_LIBEXECDIR@/pluma/pluma-bugreport.sh X-MATE-Bugzilla-ExtraInfoScript=@FULL_LIBEXECDIR@/pluma/pluma-bugreport.sh

View File

@ -678,7 +678,7 @@ main (int argc, char *argv[])
egg_set_desktop_file (DATADIR "/applications/pluma.desktop"); egg_set_desktop_file (DATADIR "/applications/pluma.desktop");
#else #else
/* manually set name and icon */ /* manually set name and icon */
g_set_application_name("pluma"); g_set_application_name("Pluma");
gtk_window_set_default_icon_name ("accessories-text-editor"); gtk_window_set_default_icon_name ("accessories-text-editor");
#endif #endif