mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 01:09:34 +00:00
fixed missing ';' in guild_manager.cpp, 1. part for fix of ryzom_client.desktop.in not updating in mercurial
This commit is contained in:
parent
74e420958b
commit
3b61f10cb7
2 changed files with 2 additions and 18 deletions
|
@ -877,8 +877,8 @@ class CAHGuildSheetOpen : public IActionHandler
|
|||
ucstring str = toString("%03d", (sint)RT.getRyzomWeek()) + " ";
|
||||
str += CI18N::get("ui"+WEEKDAY::toString( (WEEKDAY::EWeekDay)RT.getRyzomDayOfWeek() )) + " - ";
|
||||
ucstring year = RT.getRyzomYearStr();
|
||||
str += year + " - "
|
||||
str += CI18N::get("uiEon");
|
||||
str += year + " - ";
|
||||
str += CI18N::get("uiEon");
|
||||
pViewEnterDate->setText(str);
|
||||
}
|
||||
|
||||
|
|
|
@ -1,16 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Version=0.1
|
||||
Name=Khanat
|
||||
Name[ru]=Ризом
|
||||
Type=Application
|
||||
GenericName=Game client
|
||||
Comment=Khanat client
|
||||
Comment[fr_FR]=Client Khanat
|
||||
TryExec=${RYZOM_GAMES_PREFIX}/ryzom_client
|
||||
Exec=${RYZOM_GAMES_PREFIX}/ryzom_client
|
||||
Icon=${RYZOM_CLIENT_ICON}
|
||||
Terminal=false
|
||||
Hidden=false
|
||||
Categories=Game;RolePlaying;
|
||||
StartupWMClass=ryzom_client
|
||||
X-AppInstall-Package=ryzom-client
|
Loading…
Reference in a new issue