rename pluma to Pluma
This commit is contained in:
parent
abcdc86ee6
commit
2afb124045
|
@ -1,5 +1,5 @@
|
|||
[Desktop Entry]
|
||||
_Name=pluma
|
||||
_Name=Pluma
|
||||
_GenericName=Text Editor
|
||||
_Comment=Edit text files
|
||||
Exec=pluma %U
|
||||
|
@ -12,7 +12,7 @@ Categories=MATE;GTK;Utility;TextEditor;
|
|||
X-MATE-DocPath=pluma/pluma.xml
|
||||
_X-MATE-FullName=pluma Text Editor
|
||||
X-MATE-Bugzilla-Bugzilla=MATE
|
||||
X-MATE-Bugzilla-Product=pluma
|
||||
X-MATE-Bugzilla-Product=Pluma
|
||||
X-MATE-Bugzilla-Component=general
|
||||
X-MATE-Bugzilla-Version=@VERSION@
|
||||
X-MATE-Bugzilla-ExtraInfoScript=@FULL_LIBEXECDIR@/pluma/pluma-bugreport.sh
|
||||
|
|
|
@ -678,7 +678,7 @@ main (int argc, char *argv[])
|
|||
egg_set_desktop_file (DATADIR "/applications/pluma.desktop");
|
||||
#else
|
||||
/* manually set name and icon */
|
||||
g_set_application_name("pluma");
|
||||
g_set_application_name("Pluma");
|
||||
gtk_window_set_default_icon_name ("accessories-text-editor");
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue